Files
JBChartView/YapDatabase/1.2.1/YapDatabase.podspec
T
2013-05-10 21:18:31 -05:00

17 lines
597 B
Ruby

Pod::Spec.new do |s|
s.name = "YapDatabase"
s.version = "1.2.1"
s.summary = "A key/value store built atop sqlite for iOS & Mac."
s.homepage = "https://github.com/yaptv/YapDatabase"
s.license = 'MIT'
s.platform = :ios, '6.1'
s.author = { "yaptv" => "robbiehanson@deusty.com" }
s.source = { :git => "https://github.com/yaptv/YapDatabase.git", :tag => "1.2.1" }
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