[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 3 / 4 / Reactant / 0.2.0 / Reactant.podspec.json
blobacc14feb0c3a4bcfd1cd6c1e2c143ee082d42861
2   "name": "Reactant",
3   "version": "0.2.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.2.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Source/Classes/**/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "RxSwift": [
27     ],
28     "RxCocoa": [
30     ],
31     "SwiftKit": [
32       "0.9.0"
33     ],
34     "RxDataSources": [
36     ],
37     "RxOptional": [
39     ],
40     "Lipstick": [
42     ],
43     "TZStackView": [
45     ],
46     "SnapKit": [
48     ],
49     "HTTPStatusCodes": [
51     ],
52     "HanekeSwift": [
54     ]
55   }