[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / f / d / 3 / ZLZKBaseUtils / 0.1.10 / ZLZKBaseUtils.podspec.json
blob83371a2f8503b384945e25adecb9d18676cb68ea
2   "name": "ZLZKBaseUtils",
3   "version": "0.1.10",
4   "summary": "基于dsBridge扩展",
5   "description": "扩展原生与h5交互功能,简化原生与h5开发\n相配套的前端框架地址:`https://github.com/ionuv/s-bridge.git`",
6   "homepage": "https://gitee.com/zlzk/ZLZKBaseUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "1134548344@qq.com": "1134548344@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/zlzk/ZLZKBaseUtils.git",
16     "tag": "0.1.10"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "xcconfig": {
22     "ENABLE_BITCODE": "NO"
23   },
24   "source_files": "ZLZKBaseUtils/Classes/ZLZKBaseBridge.h",
25   "dependencies": {
26     "MBProgressHUD": [
27       "1.1.0"
28     ],
29     "SDWebImage": [
30       "5.9.2"
31     ],
32     "ZLPhotoBrowser": [
33       "3.2.0"
34     ],
35     "SSZipArchive": [
37     ]
38   },
39   "subspecs": [
40     {
41       "name": "Utils",
42       "source_files": "ZLZKBaseUtils/Classes/Utils/*.{h,m}"
43     },
44     {
45       "name": "Dsbridge",
46       "source_files": "ZLZKBaseUtils/Classes/Dsbridge/*.{h,m,md}"
47     },
48     {
49       "name": "Ifly",
50       "vendored_frameworks": "ZLZKBaseUtils/Classes/Ifly/iflyMSC.framework",
51       "libraries": [
52         "c++",
53         "z",
54         "iconv"
55       ],
56       "frameworks": [
57         "AVFoundation",
58         "SystemConfiguration",
59         "CoreTelephony",
60         "AudioToolbox",
61         "CoreLocation",
62         "Contacts",
63         "AddressBook",
64         "QuartzCore",
65         "CoreGraphics",
66         "Security"
67       ],
68       "pod_target_xcconfig": {
69         "VALID_ARCHS": "arm64 armv7 armv7s x86_64"
70       },
71       "dependencies": {
72         "ZLZKBaseUtils/Utils": [
74         ],
75         "ZLZKBaseUtils/Dsbridge": [
77         ]
78       },
79       "source_files": "ZLZKBaseUtils/Classes/Ifly/*.{h,m}"
80     },
81     {
82       "name": "Core",
83       "dependencies": {
84         "ZLZKBaseUtils/Utils": [
86         ],
87         "ZLZKBaseUtils/Ifly": [
89         ],
90         "ZLZKBaseUtils/Dsbridge": [
92         ]
93       },
94       "source_files": "ZLZKBaseUtils/Classes/Core/*.{h,m}"
95     }
96   ]