[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / f / 7 / CDTDatastore / 1.2.2 / CDTDatastore.podspec.json
blob0d05670f1d031767507d306e935b1443cc1d34c3
2   "name": "CDTDatastore",
3   "version": "1.2.2",
4   "summary": "CDTDatastore is a document datastore which syncs.",
5   "description": "CDTDatastore is a JSON document datastore which speaks the\nApache CouchDB(tm) replication protocol.\n\n* Replicates with Cloudant and CouchDB.",
6   "homepage": "http://github.com/cloudant/CDTDatastore",
7   "license": {
8     "type": "Apache, Version 2.0",
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": "1.2.2"
17   },
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.9"
21   },
22   "requires_arc": true,
23   "default_subspecs": "standard",
24   "subspecs": [
25     {
26       "name": "standard",
27       "prefix_header_contents": [
28         "#import \"CollectionUtils.h\"",
29         "#import \"Logging.h\"",
30         "#import \"Test.h\"",
31         "#import \"CDTMacros.h\""
32       ],
33       "private_header_files": "CDTDatastore/touchdb/*.h",
34       "source_files": "CDTDatastore/**/*.{h,m}",
35       "exclude_files": "CDTDatastore/vendor/MYUtilities/*.{h,m}",
36       "dependencies": {
37         "CDTDatastore/common-dependencies": [
39         ],
40         "FMDB": [
41           "= 2.6"
42         ]
43       },
44       "libraries": [
45         "sqlite3",
46         "z"
47       ]
48     },
49     {
50       "name": "SQLCipher",
51       "prefix_header_contents": [
52         "#import \"CollectionUtils.h\"",
53         "#import \"Logging.h\"",
54         "#import \"Test.h\"",
55         "#import \"CDTMacros.h\""
56       ],
57       "private_header_files": "CDTDatastore/touchdb/*.h",
58       "source_files": "CDTDatastore/**/*.{h,m}",
59       "exclude_files": "CDTDatastore/vendor/MYUtilities/*.{h,m}",
60       "dependencies": {
61         "CDTDatastore/common-dependencies": [
63         ],
64         "FMDB/SQLCipher": [
65           "= 2.6"
66         ],
67         "SQLCipher/fts": [
68           "~> 3.1.0"
69         ]
70       },
71       "xcconfig": {
72         "OTHER_CFLAGS": "$(inherited) -DENCRYPT_DATABASE"
73       },
74       "libraries": "z"
75     },
76     {
77       "name": "common-dependencies",
78       "frameworks": "SystemConfiguration",
79       "dependencies": {
80         "CDTDatastore/no-arc": [
82         ],
83         "CocoaLumberjack": [
84           "~> 2.0"
85         ],
86         "GoogleToolboxForMac/NSData+zlib": [
87           "~> 2.1.1"
88         ]
89       }
90     },
91     {
92       "name": "no-arc",
93       "requires_arc": false,
94       "prefix_header_contents": [
95         "#import \"CollectionUtils.h\"",
96         "#import \"Logging.h\"",
97         "#import \"Test.h\""
98       ],
99       "source_files": "CDTDatastore/vendor/MYUtilities/*.{h,m}",
100       "ios": {
101         "exclude_files": "CDTDatastore/vendor/MYUtilities/MYURLHandler.{h,m}"
102       }
103     }
104   ]