[Add] HyundaiEV 1.0.7
[CocoaPods.git] / Specs / f / 3 / 4 / Reactant / 0.4.0 / Reactant.podspec.json
blob795e82d028934002851063ec0a582a7973494886
2   "name": "Reactant",
3   "version": "0.4.0",
4   "summary": "Imagine React Native in Swift and you get Reactant",
5   "description": "We combined the strength of RxSwift with pure swift and\nmade a framework for highly reusable and clean views.",
6   "homepage": "https://github.com/SwiftKit/Reactant.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tadeas Kriz": "tadeas@brightify.org",
13     "Matous Hybl": "matous@brightify.org"
14   },
15   "source": {
16     "git": "https://github.com/SwiftKit/Reactant",
17     "tag": "0.4.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Source/Classes/**/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "RxSwift": [
26       "~> 3.0.0"
27     ],
28     "RxCocoa": [
29       "~> 3.0.0"
30     ],
31     "SwiftKit": [
32       "~> 0.10"
33     ],
34     "RxDataSources": [
35       "~> 1.0.0"
36     ],
37     "RxOptional": [
38       "~> 3.1"
39     ],
40     "Lipstick": [
41       "~> 0.4"
42     ],
43     "SnapKit": [
44       "~> 3.0"
45     ],
46     "HTTPStatusCodes": [
47       "~> 3.1"
48     ],
49     "Kingfisher": [
50       "~> 3.1"
51     ]
52   },
53   "pushed_with_swift_version": "3.0"