blob: 81e6a813a29bf8fa423d63a8761d6ae63b0942f5 [file] [log] [blame]
{
"name": "BPushSDK",
"version": "1.4.0",
"license": {
"type": "Cpoyright",
"text": "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://blog.waaile.com"
},
"platforms": {
"ios": "5.1"
},
"source": {
"git": "https://github.com/shingwasix/BaiduPush-iOS-SDK.git",
"tag": "1.4.0"
},
"source_files": "LibBPush/*.h",
"public_header_files": "LibBPush/*.h",
"preserve_paths": "LibBPush/*.a",
"frameworks": [
"Foundation",
"CoreTelephony",
"SystemConfiguration"
],
"libraries": [
"z",
"BPush"
],
"requires_arc": false,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/BPushSDK/LibBPush"
}
}