[Add] LiveConnectUIKit_iOS 4.5.0.13
[CocoaPods.git] / Specs / e / 4 / 5 / SS-BaiduPushSDK / 1.2.0-1 / SS-BaiduPushSDK.podspec.json
blobadd130d2e4db7177c8d52ff56f5dd1010cde0284
2   "name": "SS-BaiduPushSDK",
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.Also see [BPushSDK]",
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)/SS-BaiduPushSDK/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   }