[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / a / c / 9 / DITranquillity / 2.1.1 / DITranquillity.podspec.json
blobf0ae6d25c9ce46b0cfd3f9ffe20f1fa2baf67fb3
2   "name": "DITranquillity",
3   "version": "2.1.1",
4   "summary": "DITranquillity - Dependency injection for iOS/macOS/tvOS (Swift)",
5   "description": "DITranquillity - Prototype Dependency injection for iOS/macOS/tvOS (Swift).",
6   "homepage": "https://github.com/ivlevAstef/DITranquillity",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "documentation_url": "https://github.com/ivlevAstef/DITranquillity",
12   "authors": {
13     "Alexander.Ivlev": "ivlev.stef@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/ivlevAstef/DITranquillity.git",
17     "tag": "v2.1.1"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0",
22     "tvos": "9.0",
23     "osx": "10.10"
24   },
25   "default_subspecs": [
26     "Core",
27     "Description",
28     "Component",
29     "Storyboard"
30   ],
31   "pushed_with_swift_version": "3.0",
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "Sources/Core/**/*.swift"
36     },
37     {
38       "name": "Description",
39       "source_files": "Sources/Descriptions/**/*.swift",
40       "dependencies": {
41         "DITranquillity/Core": [
43         ]
44       }
45     },
46     {
47       "name": "Component",
48       "source_files": "Sources/Component/*.swift",
49       "dependencies": {
50         "DITranquillity/Core": [
52         ]
53       },
54       "pod_target_xcconfig": {
55         "OTHER_SWIFT_FLAGS": "-D ENABLE_DI_COMPONENT"
56       }
57     },
58     {
59       "name": "Module",
60       "source_files": "Sources/Module/*.swift",
61       "dependencies": {
62         "DITranquillity/Component": [
64         ]
65       },
66       "pod_target_xcconfig": {
67         "OTHER_SWIFT_FLAGS": "-D ENABLE_DI_MODULE"
68       }
69     },
70     {
71       "name": "Storyboard",
72       "ios": {
73         "public_header_files": "Sources/Storyboard/iOS-tvOS/*.h",
74         "source_files": "Sources/Storyboard/iOS-tvOS/*.{h,m,swift}"
75       },
76       "tvos": {
77         "public_header_files": "Sources/Storyboard/iOS-tvOS/*.h",
78         "source_files": "Sources/Storyboard/iOS-tvOS/*.{h,m,swift}"
79       },
80       "osx": {
81         "public_header_files": "Sources/Storyboard/OSX/*.h",
82         "source_files": "Sources/Storyboard/OSX/*.{h,m,swift}"
83       },
84       "dependencies": {
85         "DITranquillity/Core": [
87         ]
88       }
89     },
90     {
91       "name": "Logger",
92       "source_files": "Sources/Logger/*.swift",
93       "dependencies": {
94         "DITranquillity/Core": [
96         ]
97       },
98       "pod_target_xcconfig": {
99         "OTHER_SWIFT_FLAGS": "-D ENABLE_DI_LOGGER"
100       }
101     },
102     {
103       "name": "Scan",
104       "source_files": "Sources/Scan/*.swift"
105     },
106     {
107       "name": "RuntimeArgs",
108       "source_files": "Sources/RuntimeArgs/*.swift",
109       "dependencies": {
110         "DITranquillity/Core": [
112         ]
113       }
114     },
115     {
116       "name": "Modular",
117       "dependencies": {
118         "DITranquillity/Core": [
120         ],
121         "DITranquillity/Description": [
123         ],
124         "DITranquillity/Component": [
126         ],
127         "DITranquillity/Module": [
129         ],
130         "DITranquillity/Storyboard": [
132         ],
133         "DITranquillity/Scan": [
135         ]
136       }
137     },
138     {
139       "name": "Full",
140       "dependencies": {
141         "DITranquillity/Core": [
143         ],
144         "DITranquillity/Description": [
146         ],
147         "DITranquillity/Component": [
149         ],
150         "DITranquillity/Module": [
152         ],
153         "DITranquillity/Storyboard": [
155         ],
156         "DITranquillity/Logger": [
158         ],
159         "DITranquillity/Scan": [
161         ],
162         "DITranquillity/RuntimeArgs": [
164         ]
165       }
166     }
167   ]