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