[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / d / 3 / ZLZKBaseUtils / 0.1.8 / ZLZKBaseUtils.podspec.json
blobd3a995362bcb9d24f9da54195830e7a40b05af2b
2   "name": "ZLZKBaseUtils",
3   "version": "0.1.8",
4   "summary": "基于dsBridge扩展",
5   "description": "扩展原生与h5交互功能,简化原生与h5开发\n相配套的前端框架地址:`https://github.com/ionuv/s-bridge.git`",
6   "homepage": "https://zlzkyuxin.xyz",
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.8"
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": [
31     ],
32     "ZLPhotoBrowser": [
33       "3.2.0"
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "Utils",
39       "source_files": "ZLZKBaseUtils/Classes/Utils/*.{h,m}"
40     },
41     {
42       "name": "Dsbridge",
43       "source_files": "ZLZKBaseUtils/Classes/Dsbridge/*.{h,m,md}"
44     },
45     {
46       "name": "Ifly",
47       "vendored_frameworks": "ZLZKBaseUtils/Classes/Ifly/iflyMSC.framework",
48       "libraries": [
49         "c++",
50         "z"
51       ],
52       "frameworks": [
53         "AVFoundation",
54         "SystemConfiguration",
55         "CoreTelephony",
56         "AudioToolbox",
57         "CoreLocation",
58         "Contacts",
59         "AddressBook",
60         "QuartzCore",
61         "CoreGraphics"
62       ],
63       "pod_target_xcconfig": {
64         "VALID_ARCHS": "arm64 armv7 armv7s x86_64"
65       },
66       "dependencies": {
67         "ZLZKBaseUtils/Utils": [
69         ],
70         "ZLZKBaseUtils/Dsbridge": [
72         ]
73       },
74       "source_files": "ZLZKBaseUtils/Classes/Ifly/*.{h,m}"
75     },
76     {
77       "name": "Core",
78       "dependencies": {
79         "ZLZKBaseUtils/Utils": [
81         ],
82         "ZLZKBaseUtils/Ifly": [
84         ],
85         "ZLZKBaseUtils/Dsbridge": [
87         ]
88       },
89       "source_files": "ZLZKBaseUtils/Classes/Core/*.{h,m}"
90     }
91   ]