Skip to content

Commit

Permalink
Add NanoStore 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
siuying committed May 7, 2012
1 parent 3ebb876 commit d4255cf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions NanoStore/0.0.1/NanoStore.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'NanoStore'
s.version = '0.0.1'
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 = 'git://github.com/tciuro/NanoStore.git'
s.authors = { 'Tito Ciuro' => 'tciuro@mac.com' }
s.source = { :git => 'git://github.com/tciuro/NanoStore.git', :commit => '5163586171886216a2f6604222d5d1ebd8bb6897' }
s.source_files = 'Classes/**/*.{h,m}'
s.clean_paths = FileList['*'].exclude(/(Classes|README.md|LICENSE)$/)
s.library = 'sqlite3'
s.requires_arc = true
end

0 comments on commit d4255cf

Please sign in to comment.