[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 2 / f / 7 / CDTDatastore / 0.0.3 / CDTDatastore.podspec.json
blobd4ef052b8092bf99642f8227ab5c2bbaddbd8020
2   "name": "CDTDatastore",
3   "version": "0.0.3",
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.0.3"
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.2"
39     ]
40   },
41   "frameworks": "SystemConfiguration",
42   "libraries": [
43     "sqlite3",
44     "z"
45   ],
46   "subspecs": [
47     {
48       "name": "no-arc",
49       "source_files": "Classes/vendor/MYUtilities/*.{h,m}",
50       "requires_arc": false,
51       "ios": {
52         "exclude_files": "Classes/vendor/MYUtilities/MYURLHandler.{h,m}"
53       }
54     }
55   ]