blob: d132e1e66e8a57e10ce0efcb2ccce8db976d4a0c [file] [log] [blame]
{
"name": "DroiCoreSDK",
"version": "0.5.1365",
"summary": "This CoreSDK is one part of DroiBaaS for iOS",
"homepage": "https://github.com/DroiCloud/DroiBaaS-SDK-iOS",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Jerry Chan": "jerry.chan@droi.com.tw"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/DroiCloud/DroiBaaS-SDK-iOS.git",
"tag": "0.5.1365"
},
"vendored_frameworks": "**/DroiCoreSDK.framework",
"frameworks": "CFNetwork",
"libraries": [
"z",
"sqlite3",
"objc"
],
"preserve_paths": [
"scripts/*",
"sources/*"
],
"requires_arc": true
}