Skip to content

Commit

Permalink
Add 2.1.5 version of NanoStore
Browse files Browse the repository at this point in the history
  • Loading branch information
Giordano Scalzo committed Sep 17, 2012
1 parent 60e1ba3 commit 4409612
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions NanoStore/2.1.5/NanoStore.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'NanoStore'
s.version = '2.1.5'
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 => 'https://github.com/tciuro/NanoStore.git', :tag => '2.1.5' }
s.source_files = 'Classes/**/*.{h,m}'

s.library = 'sqlite3'
s.requires_arc = true
end

0 comments on commit 4409612

Please sign in to comment.