Add CouchCocoa

This commit is contained in:
Russell Mull
2012-09-11 15:27:51 +09:00
parent 65c44b1428
commit 8a3f32e128
+17
View File
@@ -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