[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 6 / 1 / Base-UI-Utils / 0.0.6 / Base-UI-Utils.podspec.json
blob2fd2e36264c08bea5002c09a15a2b3c40ed160b7
2   "name": "Base-UI-Utils",
3   "version": "0.0.6",
4   "summary": "方便快速搭建项目",
5   "description": "基础UI 工具类 方便快速搭建小项目",
6   "homepage": "https://github.com/Lang-FZ/Base-UI-Utils",
7   "license": "MIT",
8   "authors": {
9     "LangFZ": "446003664@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/Lang-FZ/Base-UI-Utils.git",
16     "tag": "0.0.6"
17   },
18   "requires_arc": true,
19   "swift_version": "4.2",
20   "frameworks": "UIKit",
21   "default_subspecs": [
22     "Tools",
23     "BaseController",
24     "Extension"
25   ],
26   "xcconfig": {
27     "USER_HEADER_SEARCH_PATHS": "${PODS_ROOT}/Base-UI-Utils/Base-UI-Utils/{BaseController,Extension,Tools}"
28   },
29   "subspecs": [
30     {
31       "name": "Tools",
32       "platforms": {
33         "ios": "9.0"
34       },
35       "source_files": "Base-UI-Utils/Tools/*.swift",
36       "frameworks": [
37         "UIKit",
38         "CoreGraphics"
39       ]
40     },
41     {
42       "name": "BaseController",
43       "platforms": {
44         "ios": "9.0"
45       },
46       "source_files": "Base-UI-Utils/BaseController/*.swift",
47       "dependencies": {
48         "Base-UI-Utils/Tools": [
50         ]
51       }
52     },
53     {
54       "name": "Extension",
55       "platforms": {
56         "ios": "9.0"
57       },
58       "source_files": "Base-UI-Utils/Extension/*.swift",
59       "dependencies": {
60         "Base-UI-Utils/Tools": [
62         ]
63       }
64     }
65   ]