From 8a3f32e1287bf93ccd3f2df926f64eee652a0f81 Mon Sep 17 00:00:00 2001 From: Russell Mull Date: Tue, 11 Sep 2012 15:27:51 +0900 Subject: [PATCH] Add CouchCocoa --- CouchCocoa/0.961beta6/CouchCocoa.podspec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CouchCocoa/0.961beta6/CouchCocoa.podspec diff --git a/CouchCocoa/0.961beta6/CouchCocoa.podspec b/CouchCocoa/0.961beta6/CouchCocoa.podspec new file mode 100644 index 00000000..c6460332 --- /dev/null +++ b/CouchCocoa/0.961beta6/CouchCocoa.podspec @@ -0,0 +1,17 @@ +Pod::Spec.new do |s| + s.name = 'CouchCocoa' + s.version = '0.961beta6' + s.license = { :type => 'Apache', :text => 'Released under the Apache license, version 2.0.' } + s.summary = 'Objective-C API for CouchDB on iOS and Mac OS.' + s.homepage = 'https://github.com/couchbaselabs/CouchCocoa' + s.author = { 'Jens Alfke' => 'jens@couchbase.com' } + + + s.platform = :ios + + s.source = { :git => 'https://github.com/couchbaselabs/CouchCocoa.git', :tag => 'v0.961-beta6' } + + s.source_files = 'Couch', 'Model', 'REST', 'UI/iOS' + s.compiler_flags = '-DCOUCHCOCOA_IMPL' + s.dependency 'JSONKit', '~> 1.4' +end