blob: 8516777ea782a31cbb0ee3b4e70011227a36e531 [file] [log] [blame]
{
"name": "JSONStore",
"version": "1.2.0",
"summary": "JSONStore SDK for iOS",
"description": "JSONStore is a lightweight, document-oriented storage system that enables persistent storage of JSON documents for iOS applications.",
"homepage": "https://github.com/ibm-bluemix-mobile-services/jsonstore-ios",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"IBM Bluemix Mobile Services": "mobilesdk@us.ibm.com"
},
"source": {
"git": "https://github.com/ibm-bluemix-mobile-services/jsonstore-ios.git",
"tag": "1.2.0"
},
"source_files": [
"JSONStore",
"JSONStore/**/*.{h,m}",
"SQLCipher.framework"
],
"exclude_files": "JSONStore/Exclude",
"requires_arc": true,
"module_map": "module.modulemap",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}