[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 2 / f / 7 / CDTDatastore / 0.18.0 / CDTDatastore.podspec.json
blob7084999a311bfcfc6c1b8d870926b5c15019028c
2   "name": "CDTDatastore",
3   "version": "0.18.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.18.0"
17   },
18   "platforms": {
19     "ios": "6.0",
20     "osx": "10.8"
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       "source_files": "Classes/**/*.{h,m}",
34       "exclude_files": "Classes/vendor/MYUtilities/*.{h,m}",
35       "ios": {
36         "exclude_files": "Classes/osx"
37       },
38       "osx": {
39         "exclude_files": "Classes/ios"
40       },
41       "dependencies": {
42         "CDTDatastore/common-dependencies": [
44         ],
45         "FMDB": [
46           "= 2.3"
47         ]
48       },
49       "libraries": [
50         "sqlite3",
51         "z"
52       ]
53     },
54     {
55       "name": "SQLCipher",
56       "prefix_header_contents": [
57         "#import \"CollectionUtils.h\"",
58         "#import \"Logging.h\"",
59         "#import \"Test.h\"",
60         "#import \"CDTMacros.h\""
61       ],
62       "source_files": "Classes/**/*.{h,m}",
63       "exclude_files": "Classes/vendor/MYUtilities/*.{h,m}",
64       "ios": {
65         "exclude_files": "Classes/osx"
66       },
67       "osx": {
68         "exclude_files": "Classes/ios"
69       },
70       "dependencies": {
71         "CDTDatastore/common-dependencies": [
73         ],
74         "FMDB/SQLCipher": [
75           "= 2.3"
76         ],
77         "SQLCipher/fts": [
78           "~> 3.1.0"
79         ]
80       },
81       "xcconfig": {
82         "OTHER_CFLAGS": "$(inherited) -DENCRYPT_DATABASE"
83       },
84       "libraries": "z"
85     },
86     {
87       "name": "common-dependencies",
88       "frameworks": "SystemConfiguration",
89       "dependencies": {
90         "CDTDatastore/no-arc": [
92         ],
93         "CocoaLumberjack": [
94           "~> 2.0"
95         ]
96       }
97     },
98     {
99       "name": "no-arc",
100       "requires_arc": false,
101       "prefix_header_contents": [
102         "#import \"CollectionUtils.h\"",
103         "#import \"Logging.h\"",
104         "#import \"Test.h\""
105       ],
106       "source_files": "Classes/vendor/MYUtilities/*.{h,m}",
107       "ios": {
108         "exclude_files": "Classes/vendor/MYUtilities/MYURLHandler.{h,m}"
109       }
110     }
111   ]