Skip to content

Commit

Permalink
NSXtensions 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shoumikhin committed Mar 1, 2013
1 parent a92dba4 commit b7cbde1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions NSXtensions/0.4/NSXtensions.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "NSXtensions"
s.version = "0.4"
s.summary = "A collection of useful extensions for standard Cocoa classes."
s.homepage = "https://github.com/shoumikhin/NSXtensions"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Anthony Shoumikhin" => "anthony@shoumikh.in" }
s.source = { :git => "https://github.com/shoumikhin/NSXtensions.git", :tag => "0.4" }
s.platform = :ios, '5.1'
s.source_files = '*.{h,m}'
s.public_header_files = '*.h'
s.frameworks = 'Foundation', 'UIKit', 'CoreData', 'MapKit'
s.requires_arc = true
end

0 comments on commit b7cbde1

Please sign in to comment.