blob: bec8a1dbfb36d314eae24b861ee530a10df4b034 [file] [log] [blame]
{
"name": "GPush",
"version": "1.4.8",
"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.4.8"
},
"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": [
]
}
}