Skip to content

Commit

Permalink
[Update] NLKit (0.2.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jksk committed Feb 8, 2013
1 parent 95439ad commit 6767291
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions NLKit/0.2.12/NLKit.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "NLKit"
s.version = "0.2.12"
s.summary = "A collection of categories and classes to simplify iOS development."
s.homepage = "https://github.com/jksk/NLKit"
s.license = 'MIT'
s.author = { "Jesper Skrufve" => "jesper@neolo.gy" }
s.source = { :git => "https://github.com/jksk/NLKit.git", :tag => "0.2.12" }
s.platform = :ios, '6.0'
s.source_files = 'NLKit', 'NLKit/**/*.{h,m}'
s.frameworks = 'QuartzCore', 'Security', 'CoreLocation', 'CoreData'
s.library = 'z'
s.requires_arc = true
end

0 comments on commit 6767291

Please sign in to comment.