[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 9 / 2 / c / FZBuildingBlock / 0.1.0 / FZBuildingBlock.podspec.json
blob014e652a84f1c427442a84e4b10766000c6e5d75
2   "name": "FZBuildingBlock",
3   "version": "0.1.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.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.0",
22   "static_framework": true,
23   "swift_version": "5.0",
24   "subspecs": [
25     {
26       "name": "Extensions",
27       "source_files": "FZBuildingBlock/Extensions/Classes/**/*",
28       "frameworks": [
29         "UIKit",
30         "Foundation",
31         "CoreGraphics"
32       ]
33     },
34     {
35       "name": "Observer",
36       "source_files": "FZBuildingBlock/Observer/Classes/**/*",
37       "frameworks": "Foundation"
38     },
39     {
40       "name": "Tools",
41       "source_files": "FZBuildingBlock/Tools/Classes/**/*",
42       "frameworks": [
43         "UIKit",
44         "Foundation"
45       ],
46       "resources": "FZBuildingBlock/Tools/Resources/**/*",
47       "preserve_paths": "FZBuildingBlock/Tools/Resources/Tools.modulemap",
48       "xcconfig": {
49         "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/FZBuildingBlock/Tools/Resources"
50       }
51     },
52     {
53       "name": "Views",
54       "source_files": "FZBuildingBlock/Views/Classes/**/*",
55       "frameworks": "UIKit",
56       "dependencies": {
57         "FZBuildingBlock/Extensions": [
59         ]
60       }
61     },
62     {
63       "name": "Router",
64       "source_files": "FZBuildingBlock/Router/Classes/**/*",
65       "frameworks": "Foundation"
66     }
67   ]