Add CouchCocoa
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user