[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / f / 6 / 7 / BPushSDK / 1.4.0 / BPushSDK.podspec.json
blob81e6a813a29bf8fa423d63a8761d6ae63b0942f5
2   "name": "BPushSDK",
3   "version": "1.4.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://push.baidu.com/doc/ios/api",
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.4.0"
19   },
20   "source_files": "LibBPush/*.h",
21   "public_header_files": "LibBPush/*.h",
22   "preserve_paths": "LibBPush/*.a",
23   "frameworks": [
24     "Foundation",
25     "CoreTelephony",
26     "SystemConfiguration"
27   ],
28   "libraries": [
29     "z",
30     "BPush"
31   ],
32   "requires_arc": false,
33   "xcconfig": {
34     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/BPushSDK/LibBPush"
35   }