blob: 729da73555b0437472bee4f8ca1ed9d93cb11597 [file] [log] [blame]
{
"name": "CloudantQueryObjc",
"version": "1.0.3",
"summary": "Implements Cloudant Query for CDTDatastore",
"description": " This package adds support for a subset of Cloudant Query\n to Cloudant Sync's iOS implementation, CDTDatastore.\n\n See the README for supported features.\n",
"homepage": "https://github.com/cloudant/CloudantQueryObjc",
"license": {
"type": "Apache",
"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"
},
"authors": {
"Cloudant, Inc.": "support@cloudant.com"
},
"source": {
"git": "https://github.com/cloudant/CloudantQueryObjc.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "7.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"CDTDatastore": [
">= 0.15"
],
"CocoaLumberjack": [
"~> 2.0"
],
"FMDB": [
"= 2.3"
]
}
}