[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / c / 8 / SwiftyRedux / 0.1.0 / SwiftyRedux.podspec.json
blob2f5ace0ce5729dd37cdcf8f6b26c6f8d319e1dbf
2   "name": "SwiftyRedux",
3   "version": "0.1.0",
4   "summary": "Swifty implementation of Redux",
5   "swift_version": "4.2",
6   "description": "Swifty implementation of Redux with optional add-ons.",
7   "homepage": "https://github.com/a-voronov/swifty-redux",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Alexander Voronov": "voronovaleksandr91@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/a-voronov/swifty-redux.git",
17     "tag": "0.1.0"
18   },
19   "social_media_url": "https://twitter.com/aleks_voronov",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "default_subspecs": [
24     "Core",
25     "Steroids",
26     "Command",
27     "BatchedActions",
28     "SideEffects"
29   ],
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "SwiftyRedux/Sources/Core/**/*.{swift}",
34       "testspecs": [
35         {
36           "name": "Tests",
37           "test_type": "unit",
38           "source_files": "SwiftyRedux/Tests/Core/**/*.{swift}"
39         }
40       ]
41     },
42     {
43       "name": "All",
44       "dependencies": {
45         "SwiftyRedux/Core": [
47         ],
48         "SwiftyRedux/Steroids": [
50         ],
51         "SwiftyRedux/Command": [
53         ],
54         "SwiftyRedux/BatchedActions": [
56         ],
57         "SwiftyRedux/SideEffects": [
59         ],
60         "SwiftyRedux/Epics": [
62         ],
63         "SwiftyRedux/ReactiveExtensions": [
65         ]
66       },
67       "testspecs": [
68         {
69           "name": "Tests",
70           "test_type": "unit",
71           "source_files": "SwiftyRedux/Tests/**/*.{swift}"
72         }
73       ]
74     },
75     {
76       "name": "Steroids",
77       "dependencies": {
78         "SwiftyRedux/Core": [
80         ]
81       },
82       "source_files": "SwiftyRedux/Sources/Steroids/**/*.{swift}",
83       "testspecs": [
84         {
85           "name": "Tests",
86           "test_type": "unit",
87           "source_files": "SwiftyRedux/Tests/Steroids/**/*.{swift}"
88         }
89       ]
90     },
91     {
92       "name": "BatchedActions",
93       "dependencies": {
94         "SwiftyRedux/Core": [
96         ]
97       },
98       "source_files": "SwiftyRedux/Sources/BatchedActions/**/*.{swift}",
99       "testspecs": [
100         {
101           "name": "Tests",
102           "test_type": "unit",
103           "source_files": "SwiftyRedux/Tests/BatchedActions/**/*.{swift}"
104         }
105       ]
106     },
107     {
108       "name": "Command",
109       "dependencies": {
110         "SwiftyRedux/Core": [
112         ]
113       },
114       "source_files": "SwiftyRedux/Sources/Command/**/*.{swift}",
115       "testspecs": [
116         {
117           "name": "Tests",
118           "test_type": "unit",
119           "source_files": "SwiftyRedux/Tests/Command/**/*.{swift}"
120         }
121       ]
122     },
123     {
124       "name": "SideEffects",
125       "dependencies": {
126         "SwiftyRedux/Core": [
128         ]
129       },
130       "source_files": "SwiftyRedux/Sources/SideEffects/**/*.{swift}",
131       "testspecs": [
132         {
133           "name": "Tests",
134           "test_type": "unit",
135           "source_files": "SwiftyRedux/Tests/SideEffects/**/*.{swift}"
136         }
137       ]
138     },
139     {
140       "name": "Epics",
141       "dependencies": {
142         "SwiftyRedux/Core": [
144         ],
145         "ReactiveSwift": [
146           "~> 4.0"
147         ]
148       },
149       "source_files": "SwiftyRedux/Sources/Epics/**/*.{swift}",
150       "testspecs": [
151         {
152           "name": "Tests",
153           "test_type": "unit",
154           "source_files": "SwiftyRedux/Tests/Epics/**/*.{swift}"
155         }
156       ]
157     },
158     {
159       "name": "ReactiveExtensions",
160       "dependencies": {
161         "SwiftyRedux/Core": [
163         ],
164         "SwiftyRedux/Steroids": [
166         ],
167         "ReactiveSwift": [
168           "~> 4.0"
169         ]
170       },
171       "source_files": "SwiftyRedux/Sources/ReactiveExtensions/**/*.{swift}",
172       "testspecs": [
173         {
174           "name": "Tests",
175           "test_type": "unit",
176           "source_files": "SwiftyRedux/Tests/ReactiveExtensions/**/*.{swift}"
177         }
178       ]
179     }
180   ]