[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 3 / 4 / Reactant / 0.5.7 / Reactant.podspec.json
bloba661b6b127245da0e7c06cc7e4a17c9fdc7d123e
2   "name": "Reactant",
3   "version": "0.5.7",
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/Brightify/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/Brightify/Reactant.git",
17     "tag": "0.5.7"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "default_subspecs": [
23     "Core",
24     "Result",
25     "Staging"
26   ],
27   "dependencies": {
28     "Result": [
29       "~> 3.0.0"
30     ],
31     "RxSwift": [
32       "~> 3.0.0"
33     ],
34     "RxOptional": [
35       "~> 3.1"
36     ]
37   },
38   "pushed_with_swift_version": "3.0",
39   "subspecs": [
40     {
41       "name": "Core",
42       "frameworks": "UIKit",
43       "source_files": "Source/Classes/Core/**/*",
44       "dependencies": {
45         "RxSwift": [
46           "~> 3.0.0"
47         ],
48         "RxCocoa": [
49           "~> 3.0.0"
50         ],
51         "RxOptional": [
52           "~> 3.1"
53         ],
54         "SnapKit": [
55           "~> 3.0"
56         ]
57       }
58     },
59     {
60       "name": "Result",
61       "source_files": "Source/Classes/Result/**/*"
62     },
63     {
64       "name": "Staging",
65       "frameworks": "UIKit",
66       "source_files": "Source/Classes/Staging/**/*",
67       "dependencies": {
68         "Reactant/Core": [
70         ],
71         "RxSwift": [
72           "~> 3.0.0"
73         ],
74         "RxCocoa": [
75           "~> 3.0.0"
76         ],
77         "Kingfisher": [
78           "~> 3.1"
79         ],
80         "SnapKit": [
81           "~> 3.0"
82         ]
83       }
84     },
85     {
86       "name": "Validation",
87       "source_files": "Source/Classes/Validation/**/*",
88       "frameworks": "Foundation"
89     },
90     {
91       "name": "TableView",
92       "frameworks": "UIKit",
93       "source_files": "Source/Classes/TableView/**/*",
94       "dependencies": {
95         "Reactant/Core": [
97         ],
98         "RxSwift": [
99           "~> 3.0.0"
100         ],
101         "RxCocoa": [
102           "~> 3.0.0"
103         ],
104         "RxDataSources": [
105           "~> 1.0.0"
106         ]
107       }
108     },
109     {
110       "name": "CollectionView",
111       "frameworks": "UIKit",
112       "source_files": "Source/Classes/CollectionView/**/*",
113       "dependencies": {
114         "Reactant/Core": [
116         ],
117         "Reactant/TableView": [
119         ],
120         "RxSwift": [
121           "~> 3.0.0"
122         ],
123         "RxCocoa": [
124           "~> 3.0.0"
125         ],
126         "RxDataSources": [
127           "~> 1.0.0"
128         ]
129       }
130     }
131   ]