[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / f / 3 / 4 / Reactant / 1.1.0 / Reactant.podspec.json
blob5059aaba01941bc77df691e67381a03869144f3d
2   "name": "Reactant",
3   "version": "1.1.0",
4   "summary": "Reactant is a reactive architecture for iOS",
5   "description": "Reactant is a foundation for rapid and safe iOS development. It allows you to cut down your development costs by improving reusability, testability and safety of your code, especially your UI.",
6   "homepage": "https://www.reactant.tech",
7   "license": "MIT",
8   "authors": {
9     "Tadeas Kriz": "tadeas@brightify.org",
10     "Matous Hybl": "matous@brightify.org",
11     "Filip Dolnik": "filip@brightify.org"
12   },
13   "source": {
14     "git": "https://github.com/Brightify/Reactant.git",
15     "tag": "1.1.0"
16   },
17   "social_media_url": "https://twitter.com/BrightifyOrg",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.2"
22   },
23   "default_subspecs": [
24     "Core",
25     "Result"
26   ],
27   "pushed_with_swift_version": "4.0",
28   "subspecs": [
29     {
30       "name": "Core",
31       "frameworks": "UIKit",
32       "dependencies": {
33         "Reactant/Configuration": [
35         ],
36         "RxSwift": [
37           "~> 4.0"
38         ],
39         "RxCocoa": [
40           "~> 4.0"
41         ],
42         "RxOptional": [
43           "~> 3.0"
44         ],
45         "SnapKit": [
46           "~> 4.0"
47         ]
48       },
49       "source_files": [
50         "Source/Core/**/*.swift",
51         "Source/Utils/**/*.swift"
52       ]
53     },
54     {
55       "name": "Configuration",
56       "frameworks": "UIKit",
57       "dependencies": {
58         "RxSwift": [
59           "~> 4.0"
60         ],
61         "SnapKit": [
62           "~> 4.0"
63         ]
64       },
65       "source_files": "Source/Configuration/**/*.swift"
66     },
67     {
68       "name": "Result",
69       "dependencies": {
70         "Result": [
71           "~> 3.0"
72         ],
73         "RxSwift": [
74           "~> 4.0"
75         ],
76         "RxOptional": [
77           "~> 3.0"
78         ]
79       },
80       "source_files": "Source/Result/**/*.swift"
81     },
82     {
83       "name": "Validation",
84       "dependencies": {
85         "Result": [
86           "~> 3.0"
87         ]
88       },
89       "source_files": "Source/Validation/**/*.swift"
90     },
91     {
92       "name": "TableView",
93       "frameworks": "UIKit",
94       "dependencies": {
95         "Reactant/Core": [
97         ],
98         "RxCocoa": [
99           "~> 4.0"
100         ],
101         "RxDataSources": [
102           "~> 3.0"
103         ]
104       },
105       "source_files": [
106         "Source/TableView/**/*.swift",
107         "Source/CollectionView/CollectionViewState.swift"
108       ]
109     },
110     {
111       "name": "CollectionView",
112       "frameworks": "UIKit",
113       "dependencies": {
114         "Reactant/Core": [
116         ],
117         "RxCocoa": [
118           "~> 4.0"
119         ],
120         "RxDataSources": [
121           "~> 3.0"
122         ]
123       },
124       "source_files": "Source/CollectionView/**/*.swift"
125     },
126     {
127       "name": "ActivityIndicator",
128       "frameworks": "UIKit",
129       "dependencies": {
130         "RxCocoa": [
131           "~> 4.0"
132         ]
133       },
134       "source_files": "Source/ActivityIndicator/**/*.swift"
135     },
136     {
137       "name": "StaticMap",
138       "frameworks": [
139         "UIKit",
140         "MapKit"
141       ],
142       "dependencies": {
143         "Reactant/Core": [
145         ],
146         "RxCocoa": [
147           "~> 4.0"
148         ],
149         "Kingfisher": [
150           "~> 4.0"
151         ]
152       },
153       "source_files": "Source/StaticMap/**/*.swift"
154     },
155     {
156       "name": "FallbackSafeAreaInsets",
157       "platforms": {
158         "ios": "9.0",
159         "tvos": "9.2"
160       },
161       "dependencies": {
162         "Reactant/Core": [
164         ]
165       },
166       "pod_target_xcconfig": {
167         "OTHER_SWIFT_FLAGS": "-DENABLE_SAFEAREAINSETS_FALLBACK"
168       }
169     },
170     {
171       "name": "All-iOS",
172       "dependencies": {
173         "Reactant/Core": [
175         ],
176         "Reactant/Configuration": [
178         ],
179         "Reactant/Result": [
181         ],
182         "Reactant/Validation": [
184         ],
185         "Reactant/TableView": [
187         ],
188         "Reactant/CollectionView": [
190         ],
191         "Reactant/StaticMap": [
193         ]
194       }
195     },
196     {
197       "name": "All-tvOS",
198       "dependencies": {
199         "Reactant/Core": [
201         ],
202         "Reactant/Configuration": [
204         ],
205         "Reactant/Result": [
207         ],
208         "Reactant/Validation": [
210         ],
211         "Reactant/TableView": [
213         ],
214         "Reactant/CollectionView": [
216         ],
217         "Reactant/StaticMap": [
219         ]
220       }
221     }
222   ]