[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 0 / d / 1 / CloudantToolkitLocal / 1.2.0 / CloudantToolkitLocal.podspec.json
blob7a16c5beb461ce17fea8ab95766e47eda1ee5524
2   "name": "CloudantToolkitLocal",
3   "version": "1.2.0",
4   "deprecated": true,
5   "deprecated_in_favor_of": "CDTDatastore",
6   "summary": "Deprecated: Cloudant Toolkit allows interaction with both local and remote datastores.",
7   "description": "                   CloudantToolkitLocal is deprecated.  Migrate applications to CDTDatastore.  See https://github.com/cloudant/CDTDatastore.\n",
8   "homepage": "http://www.ibm.com/mobilefirst",
9   "license": "IBM",
10   "authors": {
11     "Cloudant, Inc.": "support@cloudant.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "requires_arc": true,
17   "default_subspecs": "standard",
18   "source": {
19     "git": "https://hub.jazz.net/git/imflocalsdk/imf-ios-sdk.git",
20     "tag": "1.2.0"
21   },
22   "subspecs": [
23     {
24       "name": "standard",
25       "frameworks": "SystemConfiguration",
26       "libraries": [
27         "sqlite3",
28         "z"
29       ],
30       "dependencies": {
31         "CDTDatastore": [
32           "~> 0.18.0"
33         ]
34       },
35       "vendored_frameworks": "Frameworks/CloudantToolkit.framework"
36     },
37     {
38       "name": "SQLCipher",
39       "frameworks": "SystemConfiguration",
40       "vendored_frameworks": "Frameworks/CloudantToolkit.framework",
41       "dependencies": {
42         "CDTDatastore/SQLCipher": [
43           "~> 0.18.0"
44         ]
45       }
46     }
47   ]