Skip to content

Commit

Permalink
Merge pull request CocoaPods#4766 from jacksonh/yap
Browse files Browse the repository at this point in the history
[Update]: YappDatabase 2.0.2 from 1.2.2
  • Loading branch information
keith committed Oct 17, 2013
2 parents 2a910fe + 4211e7d commit 172beb6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions YapDatabase/2.0.2/YapDatabase.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "YapDatabase"
s.version = "2.0.2"
s.summary = "A key/value store built atop sqlite for iOS & Mac."
s.homepage = "https://github.com/yaptv/YapDatabase"
s.license = 'MIT'
s.ios.deployment_target = '6.1'
s.osx.deployment_target = '10.8'
s.author = { "yaptv" => "robbiehanson@deusty.com" }
s.source = { :git => "https://github.com/yaptv/YapDatabase.git", :tag => "2.0.2" }
s.source_files = 'YapDatabase/**/*.{h,m}'
s.public_header_files = 'YapDatabase/Key_Value/YapDatabase.h'
s.dependency 'CocoaLumberjack', '~> 1.6.2'

s.requires_arc = true

end

0 comments on commit 172beb6

Please sign in to comment.