Skip to content

Commit

Permalink
podspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
guidosabatini-sysdata committed Jun 20, 2017
1 parent b03a851 commit 713d059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R.objc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

s.name = 'R.objc'
s.version = '0.3.0'
s.version = '0.4.0'
s.summary = 'Get autocompleted localizable strings and asset catalogue images names'
s.description = <<-DESC
Freely inspired by R.swift: get autocompleted localizable strings and asset catalogue images names.
Expand All @@ -21,7 +21,7 @@ You can have:
s.homepage = 'https://github.com/SysdataSpA/R.objc'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.author = { 'Sysdata SpA' => '[email protected]' }
s.source = { :http => 'https://github.com/SysdataSpA/R.objc/releases/download/0.3.0/Robjc-0.3.0.zip' }
s.source = { :http => 'https://github.com/SysdataSpA/R.objc/releases/download/0.4.0/Robjc-0.4.0.zip' }
s.preserve_paths = "robjc"
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
Expand Down

0 comments on commit 713d059

Please sign in to comment.