blob: afaab7adbf5c4dd6db5ba4802e48144c1b79c332 [file] [log] [blame]
{
"name": "DroiCoreSDK",
"version": "1.0.2122",
"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.0.2122"
},
"vendored_frameworks": "**/DroiCoreSDK.framework",
"frameworks": "CFNetwork",
"libraries": [
"z",
"sqlite3",
"objc"
],
"preserve_paths": [
"scripts/*",
"sources/*"
],
"requires_arc": true
}