[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / f / 6 / 7 / BPushSDK / 1.4.6 / BPushSDK.podspec.json
blobd9bd0fa618465c3fc987f7920ffd1ee08fa48179
2   "name": "BPushSDK",
3   "version": "1.4.6",
4   "summary": "Baidu Push SDK for iOS.",
5   "homepage": "https://github.com/shingwasix/BaiduPush-iOS-SDK",
6   "license": {
7     "type": "Copyright",
8     "text": "LICENSE ©2015-2017 Baidu, Inc. All rights reserved"
9   },
10   "authors": {
11     "Shingwa Six": "https://github.com/shingwasix"
12   },
13   "source": {
14     "http": "http://boscdn.bpc.baidu.com/channelpush/sdk/BPush-SDK-iOS-1.4.6.zip",
15     "sha1": "3c14e6b77a0bbcbd75461424b2f9dee388941a0a"
16   },
17   "platforms": {
18     "ios": "5.1"
19   },
20   "frameworks": [
21     "Foundation",
22     "CoreTelephony",
23     "SystemConfiguration"
24   ],
25   "libraries": "z",
26   "requires_arc": false,
27   "default_subspecs": "normal",
28   "subspecs": [
29     {
30       "name": "normal",
31       "source_files": "BPush-SDK-iOS-1.4.6/normalversion/*.h",
32       "public_header_files": "BPush-SDK-iOS-1.4.6/normalversion/*.h",
33       "vendored_libraries": "BPush-SDK-iOS-1.4.6/normalversion/*.a",
34       "frameworks": [
35         "Foundation",
36         "CoreTelephony",
37         "SystemConfiguration"
38       ],
39       "libraries": "z"
40     },
41     {
42       "name": "idfa",
43       "source_files": "BPush-SDK-iOS-1.4.6/idfaversion/*.h",
44       "public_header_files": "BPush-SDK-iOS-1.4.6/idfaversion/*.h",
45       "vendored_libraries": "BPush-SDK-iOS-1.4.6/idfaversion/*.a",
46       "frameworks": [
47         "Foundation",
48         "CoreTelephony",
49         "SystemConfiguration"
50       ],
51       "libraries": "z"
52     }
53   ]