blob: 6917ddb6eec69363f9c9c1caca7ff6b5a0e75ff9 [file] [log] [blame]
{
"name": "JSONStore",
"version": "1.0.0",
"summary": "JSONStore 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.0.0"
},
"source_files": [
"JSONStore",
"JSONStore/**/*.{h,m}"
],
"exclude_files": "JSONStore/Exclude",
"requires_arc": true,
"libraries": "sqlite3",
"module_map": "module.modulemap",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}