[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / f / a / Zoo / 1.0.0 / Zoo.podspec.json
blobcb4c3a7f648edbd11adcaa45cb050eb7e0896fdc
2   "name": "Zoo",
3   "version": "1.0.0",
4   "summary": "A development tools for developer",
5   "description": "A utils for developer",
6   "homepage": "https://github.com/lzackx/Zoo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lzackx": "lzackx@lzackx.com"
13   },
14   "source": {
15     "git": "https://github.com/lzackx/Zoo.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "Core",
22   "pod_target_xcconfig": {
23     "DEFINES_MODULE": "YES"
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Zoo/Classes/Core/**/*.{h,m,c,mm}",
29       "resource_bundles": {
30         "Zoo": "Zoo/Assets/**/*"
31       },
32       "pod_target_xcconfig": {
33         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) ZooWithPlatform ZooWithPerformance ZooWithUI"
34       }
35     },
36     {
37       "name": "All",
38       "dependencies": {
39         "Zoo/Core": [
41         ],
42         "Zoo/Logger": [
44         ],
45         "Zoo/GPS": [
47         ]
48       }
49     },
50     {
51       "name": "Logger",
52       "source_files": "Zoo/Classes/Logger/**/*{.h,.m}",
53       "dependencies": {
54         "Zoo/Core": [
56         ],
57         "CocoaLumberjack": [
59         ]
60       },
61       "pod_target_xcconfig": {
62         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) ZooWithLogger"
63       }
64     },
65     {
66       "name": "GPS",
67       "source_files": "Zoo/Classes/GPS/**/*{.h,.m}",
68       "dependencies": {
69         "Zoo/Core": [
71         ]
72       },
73       "pod_target_xcconfig": {
74         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) ZooWithGPS"
75       }
76     }
77   ]