[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / 0 / b / HMReactiveRedux / 1.0.0 / HMReactiveRedux.podspec.json
blob38d933f4b37b7b37005ff73447513e94f90c7629
2   "name": "HMReactiveRedux",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "summary": "Rx-enabled Redux implementation for iOS clients.",
7   "requires_arc": true,
8   "version": "1.0.0",
9   "license": {
10     "type": "Apache-2.0",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Hai Pham": "swiften.svc@gmail.com"
15   },
16   "homepage": "https://github.com/protoman92/HMReactiveRedux-Swift.git",
17   "source": {
18     "git": "https://github.com/protoman92/HMReactiveRedux-Swift.git",
19     "tag": "1.0.0"
20   },
21   "dependencies": {
22     "SwiftFP/Main": [
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "Main+Rx",
29       "dependencies": {
30         "RxSwift": [
31           "~> 4.0"
32         ]
33       },
34       "source_files": "HMReactiveRedux/**/*.{swift}",
35       "exclude_files": "HMReactiveRedux/DispatchStore/**/*.{swift}"
36     },
37     {
38       "name": "Main+Dispatch",
39       "source_files": "HMReactiveRedux/**/*.{swift}",
40       "exclude_files": "HMReactiveRedux/RxStore/**/*.{swift}"
41     }
42   ]