blob: 5f033a5dd8809dd9afd71ce15b16d0f8f711a0e4 [file] [log] [blame]
{
"name": "UPushSDK",
"version": "1.0.1",
"summary": "UPush SDK for iOS.",
"requires_arc": true,
"homepage": "https://github.com/LKG-TEAM/UPush-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"linkstec@linkstec.com": "linkstec@linkstec.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/LKG-TEAM/UPush-iOS.git",
"tag": "1.0.1"
},
"source_files": "UPush/*.{h}",
"vendored_libraries": "UPush/libUPush.a",
"frameworks": "UIKit",
"resources": [
"UPush/UPush.bundle"
],
"public_header_files": "UPush/*.{h}",
"libraries": "z",
"module_name": "UPushSDK"
}