[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 2 / f / 7 / CDTDatastore / 0.14.0 / CDTDatastore.podspec.json
blobe1b5eff9090de591e0c3bd16475240a60440d067
2   "name": "CDTDatastore",
3   "version": "0.14.0",
4   "summary": "CDTDatastore is a document datastore which syncs.",
5   "description": "                    CDTDatastore is a JSON document datastore which speaks the\n                    Apache CouchDB(tm) replication protocol.\n\n                    * Replicates with Cloudant and CouchDB.\n",
6   "homepage": "http://cloudant.github.io/cloudant-sync-eap",
7   "license": {
8     "type": "Apache",
9     "text": "Licensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n"
10   },
11   "authors": {
12     "Cloudant, Inc.": "support@cloudant.com"
13   },
14   "source": {
15     "git": "https://github.com/cloudant/CDTDatastore.git",
16     "tag": "0.14.0"
17   },
18   "platforms": {
19     "ios": "6.0",
20     "osx": "10.8"
21   },
22   "requires_arc": true,
23   "source_files": "Classes/**/*.{h,m}",
24   "exclude_files": "Classes/vendor/MYUtilities/*.{h,m}",
25   "prefix_header_contents": [
26     "#import \"CollectionUtils.h\"",
27     "#import \"Logging.h\"",
28     "#import \"Test.h\""
29   ],
30   "ios": {
31     "exclude_files": "Classes/osx"
32   },
33   "osx": {
34     "exclude_files": "Classes/ios"
35   },
36   "dependencies": {
37     "FMDB": [
38       "= 2.3"
39     ],
40     "CocoaLumberjack": [
41       "= 2.0.0-rc"
42     ]
43   },
44   "frameworks": "SystemConfiguration",
45   "libraries": [
46     "sqlite3",
47     "z"
48   ],
49   "subspecs": [
50     {
51       "name": "no-arc",
52       "source_files": "Classes/vendor/MYUtilities/*.{h,m}",
53       "requires_arc": false,
54       "ios": {
55         "exclude_files": "Classes/vendor/MYUtilities/MYURLHandler.{h,m}"
56       }
57     }
58   ]