blob: af030d298f4b9c0f4bbab27914c523fc5cc18784 [file] [log] [blame]
{
"name": "BaiduPushSDK",
"version": "1.1.0",
"summary": "BaiduPushSDK.",
"description": " A longer description of BaiduPushSDK in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "http://developer.baidu.com/wiki/index.php?title=docs/cplat/push",
"license": {
"type": "Copyright",
"text": "LICENSE ©2013 Baidu, Inc. All rights reserved."
},
"authors": {
"liyoro": "liyoro.li@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/liyoro/BaiduPushSDK.git",
"tag": "1.1.0"
},
"source_files": "BaiduPushSDK/*.{h,m}",
"preserve_paths": "BaiduPushSDK/libBPush.a",
"libraries": [
"BPush",
"z"
],
"frameworks": [
"CFNetwork",
"CoreTelephony",
"SystemConfiguration"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/BaiduPushSDK/**\""
},
"requires_arc": false
}