blob: f55a57014452c29e56c5819463f132d58b593787 [file] [log] [blame]
{
"name": "CDTIncrementalStore",
"version": "0.1.1",
"summary": "CDTIncrementalStore allows Core Data Frameworks to target CDTDatastore.",
"description": " CDTIncreamentalStore provides an Incremental Store\n class that can be used as the persistent store\n provider in a Core Data application. This\n incremental store uses a CloudantSync datastore on\n the device to persist any data that the\n application stores to CoreData.\n",
"homepage": "http://github.com/jimix/CDTIncrementalStore",
"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": {
"IBM, Inc.": "jimix@pobox.com"
},
"source": {
"git": "https://github.com/jimix/CDTIncrementalStore.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "Classes/{common, ios, osx}/*.{h,m}",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
},
"dependencies": {
"CDTDatastore": [
"~> 0.16.0"
]
},
"frameworks": "CoreData"
}