blob: d6a4afe519450b8c04cf6fcc8888ce21a1b318c6 [file] [log] [blame]
{
"name": "BPushSDK",
"version": "1.2.0-1",
"license": {
"type": "Cpoyright",
"text": "LICENSE ©2015 Baidu, Inc. All rights reserved"
},
"summary": "Baidu Push SDK for iOS.",
"homepage": "http://developer.baidu.com/wiki/index.php?title=docs/cplat/push/sdk/clientsdk",
"authors": {
"Shingwa Six": "http://blog.waaile.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/shingwasix/BaiduPush-iOS-SDK.git",
"tag": "1.2.0-1"
},
"source_files": [
"LibBPush/*.h",
"Classes/*.{h,m}"
],
"public_header_files": [
"LibBPush/*.h",
"Classes/*.h"
],
"preserve_paths": "LibBPush/*.a",
"frameworks": [
"Foundation",
"CoreTelephony",
"SystemConfiguration"
],
"weak_frameworks": [
"AdSupport",
"StoreKit"
],
"libraries": [
"z",
"BPush"
],
"requires_arc": false,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/BPushSDK/LibBPush"
},
"dependencies": {
"GCJSONKit": [
"~> 1.5.0"
],
"OpenUDID": [
"~> 1.0.0"
],
"Reachability": [
"~> 3.1.1"
]
}
}