[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 2 / c / FZBuildingBlock / 0.2.0 / FZBuildingBlock.podspec.json
blobe8f114d5b187fd5f93ba2c05ac6e4ac7e3525d15
2   "name": "FZBuildingBlock",
3   "version": "0.2.0",
4   "summary": "提供开发中最基础的功能组件",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/FranZhou/FZBuildingBlock",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "FranZhou": "fairytale_zf@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/FranZhou/FZBuildingBlock.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.0",
22   "static_framework": true,
23   "subspecs": [
24     {
25       "name": "Extensions",
26       "source_files": "FZBuildingBlock/Extensions/Classes/**/*",
27       "frameworks": [
28         "UIKit",
29         "Foundation",
30         "CoreGraphics"
31       ]
32     },
33     {
34       "name": "Observer",
35       "source_files": "FZBuildingBlock/Observer/Classes/**/*",
36       "frameworks": "Foundation"
37     },
38     {
39       "name": "Tools",
40       "source_files": "FZBuildingBlock/Tools/Classes/**/*",
41       "frameworks": [
42         "UIKit",
43         "Foundation"
44       ],
45       "resources": "FZBuildingBlock/Tools/Resources/**/*",
46       "preserve_paths": "FZBuildingBlock/Tools/Resources/Tools.modulemap",
47       "xcconfig": {
48         "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/FZBuildingBlock/Tools/Resources"
49       }
50     },
51     {
52       "name": "Views",
53       "source_files": "FZBuildingBlock/Views/Classes/**/*",
54       "frameworks": "UIKit",
55       "dependencies": {
56         "FZBuildingBlock/Extensions": [
58         ]
59       }
60     },
61     {
62       "name": "Router",
63       "source_files": "FZBuildingBlock/Router/Classes/**/*",
64       "frameworks": "Foundation"
65     }
66   ],
67   "swift_version": "5.0"