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