[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / 8 / 6 / Flix / 3.0.0 / Flix.podspec.json
blobc899cb14f77ea47656d6ccb9696f396d6db2b78b
2   "name": "Flix",
3   "version": "3.0.0",
4   "summary": "iOS form builder in Swift",
5   "homepage": "https://github.com/DianQK/Flix",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "DianQK": "dianqk@icloud.com"
12   },
13   "source": {
14     "git": "https://github.com/DianQK/Flix.git",
15     "tag": "3.0.0"
16   },
17   "source_files": "Flix/**/*.swift",
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "RxSwift": [
25       "~> 4.4"
26     ],
27     "RxCocoa": [
28       "~> 4.4"
29     ],
30     "RxDataSources": [
31       "~> 3.1"
32     ]
33   },
34   "platforms": {
35     "ios": "9.0"
36   },
37   "swift_versions": "5.0"