Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Update] NLKit (0.2.31)
  • Loading branch information
jksk committed Jul 2, 2013
1 parent 76ba3db commit df7dc5f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions NLKit/0.2.31/NLKit.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "NLKit"
s.version = "0.2.31"
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.31" }
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 df7dc5f

Please sign in to comment.