blob: b4eeaf06a8cad975a64fba3fe41b06e9b30bf613 [file] [log] [blame]
{
"name": "JPushApiManager",
"version": "3.1.2.1",
"summary": "组件化方式管理极光推送代码",
"description": "组件化方式管理极光推送代码,以方便代码中一处修改全局生效",
"homepage": "https://github.com/XFNicar/JPushApiManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"XieFei": "xuejingwen25@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/XFNicar/JPushApiManager.git",
"tag": "3.1.2.1"
},
"source_files": "JPushApiManager/JPushApiManager/*.{h,m}",
"requires_arc": true,
"dependencies": {
"JPush": [
"~> 3.1.2"
]
}
}