Skip to content

Commit

Permalink
Merge pull request CocoaPods#1606 from simonmaddox/SMXObject
Browse files Browse the repository at this point in the history
Added SMXObject
  • Loading branch information
keith committed Mar 27, 2013
2 parents 5bd8f23 + 97c8619 commit c266e2e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions SMXObject/1.1/SMXObject.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = "SMXObject"
s.version = "1.1"
s.summary = "NSObject subclass for doing interesting things."
s.homepage = "https://github.com/simonmaddox/SMXObject"
s.license = 'MIT'
s.author = { "Simon Maddox" => "simon@simonmaddox.com" }
s.source = { :git => "https://github.com/simonmaddox/SMXObject.git", :tag => "1.1" }
s.platform = :ios, '5.0'
s.source_files = 'SMXObject/SMXObject.{h,m}'
end

0 comments on commit c266e2e

Please sign in to comment.