blob: ecca3317021fc17b9e29776a0072fc35a755ecff [file] [log] [blame]
{
"name": "DroiCoreSDK",
"version": "1.1.2675",
"summary": "This CoreSDK is one part of DroiBaaS for iOS",
"homepage": "https://github.com/DroiBaaS/DroiBaaS-Core-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/DroiBaaS/DroiBaaS-Core-iOS.git",
"tag": "1.1.2675"
},
"vendored_frameworks": "**/DroiCoreSDK.framework",
"frameworks": "CFNetwork",
"libraries": [
"z",
"sqlite3",
"objc"
],
"preserve_paths": [
"scripts/*",
"sources/*"
],
"requires_arc": true
}