[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 0 / d / 1 / CloudantToolkitLocal / 1.0.0 / CloudantToolkitLocal.podspec.json
blob5a200fd8af117e0216eb1b5f9f5ac0b93a687115
2   "name": "CloudantToolkitLocal",
3   "version": "1.0.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   "frameworks": "SystemConfiguration",
16   "libraries": [
17     "sqlite3",
18     "z"
19   ],
20   "dependencies": {
21     "CDTDatastore": [
22       "~> 0.14"
23     ],
24     "CloudantQueryObjc": [
25       "~> 1.0.2"
26     ]
27   },
28   "vendored_frameworks": "Frameworks/CloudantToolkit.framework",
29   "source": {
30     "git": "https://hub.jazz.net/git/imflocalsdk/imf-ios-sdk.git",
31     "tag": "1.0.0"
32   }