[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / f / 6 / 7 / BPushSDK / 1.3.0 / BPushSDK.podspec.json
bloba34ce764220cdc7d30deb2cad942f7f33ff0ccdf
2   "name": "BPushSDK",
3   "version": "1.3.0",
4   "license": {
5     "type": "Cpoyright",
6     "text": "LICENSE  ©2015 Baidu, Inc. All rights reserved"
7   },
8   "summary": "Baidu Push SDK for iOS.",
9   "homepage": "http://developer.baidu.com/wiki/index.php?title=docs/cplat/push/sdk/clientsdk",
10   "authors": {
11     "Shingwa Six": "http://blog.waaile.com"
12   },
13   "platforms": {
14     "ios": "5.1"
15   },
16   "source": {
17     "git": "https://github.com/shingwasix/BaiduPush-iOS-SDK.git",
18     "tag": "1.3.0"
19   },
20   "source_files": "LibBPush/*.h",
21   "public_header_files": "LibBPush/*.h",
22   "preserve_paths": "LibBPush/*.a",
23   "frameworks": [
24     "CoreTelephony",
25     "SystemConfiguration"
26   ],
27   "libraries": [
28     "z",
29     "BPush"
30   ],
31   "requires_arc": false,
32   "xcconfig": {
33     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/BPushSDK/LibBPush"
34   }