[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 6 / 7 / BPushSDK / 1.2.0-1 / BPushSDK.podspec.json
blobd6a4afe519450b8c04cf6fcc8888ce21a1b318c6
2   "name": "BPushSDK",
3   "version": "1.2.0-1",
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.0"
15   },
16   "source": {
17     "git": "https://github.com/shingwasix/BaiduPush-iOS-SDK.git",
18     "tag": "1.2.0-1"
19   },
20   "source_files": [
21     "LibBPush/*.h",
22     "Classes/*.{h,m}"
23   ],
24   "public_header_files": [
25     "LibBPush/*.h",
26     "Classes/*.h"
27   ],
28   "preserve_paths": "LibBPush/*.a",
29   "frameworks": [
30     "Foundation",
31     "CoreTelephony",
32     "SystemConfiguration"
33   ],
34   "weak_frameworks": [
35     "AdSupport",
36     "StoreKit"
37   ],
38   "libraries": [
39     "z",
40     "BPush"
41   ],
42   "requires_arc": false,
43   "xcconfig": {
44     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/BPushSDK/LibBPush"
45   },
46   "dependencies": {
47     "GCJSONKit": [
48       "~> 1.5.0"
49     ],
50     "OpenUDID": [
51       "~> 1.0.0"
52     ],
53     "Reachability": [
54       "~> 3.1.1"
55     ]
56   }