blob: e23e1d9f9939ddb4d34e7cc8ed14385633bc35f2 [file] [log] [blame]
{
"name": "OdinPush",
"version": "0.2.1",
"summary": "奥丁推送SDK",
"description": "奥丁推送SDK, 几行代码实现远程推送",
"homepage": "https://github.com/odindata/OdinPush",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bacon": "baconli@foxmail.com"
},
"source": {
"git": "https://github.com/odindata/OdinPush.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": "OdinPush/Core/OdinPushSDK.framework",
"compiler_flags": "-ObjC",
"libraries": [
"c++",
"z"
],
"dependencies": {
"OdinDomainSecurity": [
"~> 0.1.0"
]
}
}