[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / 1 / 7 / XCMiPushLib / 0.1.1 / XCMiPushLib.podspec.json
blob08427d458c45643f16a6044f16ad0c61278ba36f
2   "name": "XCMiPushLib",
3   "version": "0.1.1",
4   "summary": "集成小米推送",
5   "description": "集成小米推送(MiPush_Client_iOS_20191112)",
6   "homepage": "https://example.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xc_jeff": "https://example.com"
13   },
14   "source": {
15     "git": "https://github.com/smallhappy/XCMiPushLib.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "XCMiPushLib/Classes/**/*",
22   "public_header_files": "Classes/**/*.h",
23   "frameworks": [
24     "UserNotifications",
25     "SystemConfiguration",
26     "MobileCoreServices",
27     "CFNetwork",
28     "CoreTelephony"
29   ],
30   "libraries": [
31     "resolv",
32     "xml2",
33     "z"
34   ],
35   "vendored_libraries": "XCMiPushLib/Classes/libMiPushSDK/libMiPushSDK.a",
36   "static_framework": true,
37   "pod_target_xcconfig": {
38     "DEFINES_MODULE": "YES",
39     "OTHER_LDFLAGS": "-ObjC"
40   }