Skip to content

Commit

Permalink
[Update] ObjectiveSugar (0.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marin Usalj committed Nov 26, 2012
1 parent 263945f commit cbac1f9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ObjectiveSugar/0.4/ObjectiveSugar.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "ObjectiveSugar"
s.version = "0.4"
s.summary = "ObjectiveC additions for humans. Ruby style."
s.homepage = "https://github.com/mneorr/ObjectiveSugar"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Marin Usalj" => "mneorr@gmail.com" }
s.source = { :git => "https://github.com/mneorr/ObjectiveSugar.git", :tag => '0.4' }

s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'

s.source_files = 'src/**/*.{h,m}'
end

0 comments on commit cbac1f9

Please sign in to comment.