[Add] XJCustomSDK 1.0.2
[CocoaPods.git] / Specs / c / a / 9 / CouchCocoa / 1.0 / CouchCocoa.podspec.json
blob9820ac4eab40e08c8a19d34057fde5eea9e73264
2   "name": "CouchCocoa",
3   "version": "1.0",
4   "license": {
5     "type": "Apache",
6     "text": "Released under the Apache license, version 2.0."
7   },
8   "summary": "Objective-C API for CouchDB on iOS and Mac OS.",
9   "homepage": "https://github.com/couchbaselabs/CouchCocoa",
10   "authors": {
11     "Jens Alfke": "jens@couchbase.com"
12   },
13   "platforms": {
14     "ios": null
15   },
16   "source": {
17     "git": "https://github.com/couchbaselabs/CouchCocoa.git",
18     "tag": "v1.0"
19   },
20   "source_files": [
21     "Couch",
22     "Model",
23     "REST",
24     "UI/iOS"
25   ],
26   "compiler_flags": "-DCOUCHCOCOA_IMPL",
27   "dependencies": {
28     "JSONKit": [
29       "~> 1.4"
30     ]
31   },
32   "requires_arc": false