[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 0 / d / 1 / CloudantToolkitLocal / 1.1.0 / CloudantToolkitLocal.podspec.json
bloba2d7781ca8bbe3a2e8c2811c7f829c956257d1be
2   "name": "CloudantToolkitLocal",
3   "version": "1.1.0",
4   "summary": "Cloudant Toolkit allows interaction with both local and remote datastores.",
5   "description": "                   Cloudant Toolkit for interacting with both local and remote Cloudant datastores\n                   using a single API. Interaction can be using objects or documents. Querying\n                   utilizes CloudantQuery functionality for both remote and local datastores.\n",
6   "homepage": "http://www.ibm.com/mobilefirst",
7   "license": "IBM",
8   "authors": {
9     "Cloudant, Inc.": "support@cloudant.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "requires_arc": true,
15   "default_subspecs": "standard",
16   "source": {
17     "git": "https://hub.jazz.net/git/imflocalsdk/imf-ios-sdk.git",
18     "tag": "1.1.0"
19   },
20   "subspecs": [
21     {
22       "name": "standard",
23       "frameworks": "SystemConfiguration",
24       "libraries": [
25         "sqlite3",
26         "z"
27       ],
28       "dependencies": {
29         "CDTDatastore": [
30           "~> 0.17.1"
31         ]
32       },
33       "vendored_frameworks": "Frameworks/CloudantToolkit.framework"
34     },
35     {
36       "name": "SQLCipher",
37       "frameworks": "SystemConfiguration",
38       "dependencies": {
39         "CDTDatastore/SQLCipher": [
40           "~> 0.17.1"
41         ]
42       },
43       "vendored_frameworks": "Frameworks/CloudantToolkit.framework"
44     }
45   ]