Skip to content

Commit

Permalink
Added SMXObject
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmaddox committed Mar 27, 2013
1 parent 5bd8f23 commit 97c8619
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions SMXObject/1.1/SMXObject.podspec
@@ -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 97c8619

Please sign in to comment.