blob: fa5fa2410c7ed4afc7dfa9aeeaf3fac0cb2c035f [file] [log] [blame]
{
"name": "BPushSDK",
"version": "1.4.0-1",
"license": "LICENSE ©2015 Baidu, Inc. All rights reserved",
"summary": "Baidu Push SDK for iOS.",
"homepage": "http://push.baidu.com/doc/ios/api",
"authors": {
"Shingwa Six": "http://github.com/shingwasix"
},
"platforms": {
"ios": "5.1"
},
"source": {
"git": "https://github.com/shingwasix/BaiduPush-iOS-SDK.git",
"tag": "1.4.0-1"
},
"source_files": "LibBPush/*.h",
"public_header_files": "LibBPush/*.h",
"vendored_libraries": "LibBPush/*.a",
"frameworks": [
"Foundation",
"CoreTelephony",
"SystemConfiguration"
],
"libraries": "z",
"requires_arc": false
}