add NanoStore 2.1.4

This commit is contained in:
Francis Chong
2012-05-29 12:10:59 +08:00
parent 6f9b834bcb
commit 2f7634fb26
+13
View File
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'NanoStore'
s.version = '2.1.4'
s.license = 'BSD'
s.summary = 'NanoStore is an open source, lightweight schema-less local key-value document store written in Objective-C for Mac OS X and iOS.'
s.homepage = 'https://github.com/tciuro/NanoStore'
s.authors = { 'Tito Ciuro' => 'tciuro@mac.com' }
s.source = { :git => 'git://github.com/tciuro/NanoStore.git', :tag => '2.1.4' }
s.source_files = 'Classes/**/*.{h,m}'
s.clean_paths = FileList['*'].exclude(/(Classes|README.md|LICENSE)$/)
s.library = 'sqlite3'
s.requires_arc = true
end