blob: 8a6f7fe2b34cf6c762fee10a550683b001657806 [file] [log] [blame]
{
"name": "GPush",
"version": "1.1.1",
"summary": "A short description of GPush.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitee.com/dxsource/GPush",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"douglas525264": "xin.dong@dewmobile.net"
},
"source": {
"git": "https://gitee.com/dxsource/GPush.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GPush/GPush.framework/Headers/*.{h}",
"resource_bundles": {
"GPush": [
"GPush/Assets/*"
]
},
"vendored_frameworks": "GPush/*.framework",
"frameworks": [
"WebKit",
"Photos"
],
"libraries": [
"resolv",
"c++",
"sqlite3",
"z"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"Masonry": [
],
"JPush": [
]
}
}