From 2f7634fb26b7fdcd65fa91c9b931ec4776581dfb Mon Sep 17 00:00:00 2001 From: Francis Chong Date: Tue, 29 May 2012 12:10:59 +0800 Subject: [PATCH] add NanoStore 2.1.4 --- NanoStore/2.1.4/NanoStore.podspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 NanoStore/2.1.4/NanoStore.podspec diff --git a/NanoStore/2.1.4/NanoStore.podspec b/NanoStore/2.1.4/NanoStore.podspec new file mode 100644 index 00000000..39cc9ed2 --- /dev/null +++ b/NanoStore/2.1.4/NanoStore.podspec @@ -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