[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / d / c / APIService-BPush / 1.4.4 / APIService-BPush.podspec.json
blob2f24b046922a7b58b757339f729d103b900f5325
2   "name": "APIService-BPush",
3   "version": "1.4.4",
4   "summary": "Baidu push SDK. http://push.baidu.com",
5   "homepage": "https://github.com/ElfSundae/AppComponents",
6   "documentation_url": "http://push.baidu.com/doc/ios/api",
7   "authors": {
8     "Baidu": "http://push.baidu.com"
9   },
10   "license": {
11     "type": "Copyright",
12     "text": "Copyright http://push.baidu.com"
13   },
14   "platforms": {
15     "ios": "5.1"
16   },
17   "source": {
18     "http": "http://boscdn.bpc.baidu.com/channelpush/BPush-SDK-iOS-1.4.4.zip"
19   },
20   "frameworks": [
21     "SystemConfiguration",
22     "CoreTelephony"
23   ],
24   "libraries": "z",
25   "default_subspecs": "IDFA",
26   "subspecs": [
27     {
28       "name": "IDFA",
29       "frameworks": "AdSupport",
30       "source_files": "**/idfaversion/BPush.h",
31       "vendored_libraries": "**/idfaversion/libBPush.a"
32     },
33     {
34       "name": "Normal",
35       "source_files": "**/normalversion/BPush.h",
36       "vendored_libraries": "**/normalversion/libBPush.a"
37     }
38   ]