blob: 16ad683f874ca39eb492b95aa740a0d0542d8199 [file] [log] [blame]
{
"name": "OdinPush",
"version": "0.0.3",
"summary": "奥丁推送SDK",
"description": "奥丁推送SDK, 几行代码实现远程推送",
"homepage": "https://github.com/odindata/OdinPush.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bacon": "baconli@foxmail.com"
},
"source": {
"git": "https://github.com/odindata/OdinPush.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": "OdinPush/Core/OdinPush.framework",
"module_map": "OdinPush/Core/OdinPush.framework/Modules/module.modulemap",
"compiler_flags": [
"-ObjC",
"-all_load"
],
"libraries": [
"c++",
"z"
]
}