[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 3 / 4 / Reactant / 1.0.5 / Reactant.podspec.json
blobb27bc740308928cd87b7b8ed6004d9f30e03686a
2   "name": "Reactant",
3   "version": "1.0.5",
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.0.5"
16   },
17   "social_media_url": "https://twitter.com/BrightifyOrg",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": [
23     "Core",
24     "Result"
25   ],
26   "pushed_with_swift_version": "4.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "frameworks": "UIKit",
31       "dependencies": {
32         "Reactant/Configuration": [
34         ],
35         "RxSwift": [
36           "~> 4.0"
37         ],
38         "RxCocoa": [
39           "~> 4.0"
40         ],
41         "RxOptional": [
42           "~> 3.0"
43         ],
44         "SnapKit": [
45           "~> 4.0"
46         ]
47       },
48       "source_files": [
49         "Source/Core/**/*.swift",
50         "Source/Utils/**/*.swift"
51       ]
52     },
53     {
54       "name": "Configuration",
55       "frameworks": "UIKit",
56       "dependencies": {
57         "RxSwift": [
58           "~> 4.0"
59         ],
60         "SnapKit": [
61           "~> 4.0"
62         ]
63       },
64       "source_files": "Source/Configuration/**/*.swift"
65     },
66     {
67       "name": "Result",
68       "dependencies": {
69         "Result": [
70           "~> 3.0"
71         ],
72         "RxSwift": [
73           "~> 4.0"
74         ],
75         "RxOptional": [
76           "~> 3.0"
77         ]
78       },
79       "source_files": "Source/Result/**/*.swift"
80     },
81     {
82       "name": "Validation",
83       "dependencies": {
84         "Result": [
85           "~> 3.0"
86         ]
87       },
88       "source_files": "Source/Validation/**/*.swift"
89     },
90     {
91       "name": "TableView",
92       "frameworks": "UIKit",
93       "dependencies": {
94         "Reactant/Core": [
96         ],
97         "RxCocoa": [
98           "~> 4.0"
99         ],
100         "RxDataSources": [
101           "~> 3.0"
102         ]
103       },
104       "source_files": [
105         "Source/TableView/**/*.swift",
106         "Source/CollectionView/CollectionViewState.swift"
107       ]
108     },
109     {
110       "name": "CollectionView",
111       "frameworks": "UIKit",
112       "dependencies": {
113         "Reactant/Core": [
115         ],
116         "RxCocoa": [
117           "~> 4.0"
118         ],
119         "RxDataSources": [
120           "~> 3.0"
121         ]
122       },
123       "source_files": "Source/CollectionView/**/*.swift"
124     },
125     {
126       "name": "ActivityIndicator",
127       "frameworks": "UIKit",
128       "dependencies": {
129         "RxCocoa": [
130           "~> 4.0"
131         ]
132       },
133       "source_files": "Source/ActivityIndicator/**/*.swift"
134     },
135     {
136       "name": "StaticMap",
137       "frameworks": [
138         "UIKit",
139         "MapKit"
140       ],
141       "dependencies": {
142         "Reactant/Core": [
144         ],
145         "RxCocoa": [
146           "~> 4.0"
147         ],
148         "Kingfisher": [
149           "~> 4.0"
150         ]
151       },
152       "source_files": "Source/StaticMap/**/*.swift"
153     }
154   ]