[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 8 / 7 / 4 / Fluxful / 1.2.0 / Fluxful.podspec.json
blobb4f75abc20a453c8ec5f20a90ee692a165475644
2   "name": "Fluxful",
3   "version": "1.2.0",
4   "summary": "Module oriented Flux pattern implemented in Swift.",
5   "homepage": "https://github.com/kzlekk/Fluxful",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Natan Zalkin": "natan.zalkin@me.com"
12   },
13   "source": {
14     "git": "https://kzlekk@github.com/kzlekk/Fluxful.git",
15     "tag": "1.2.0"
16   },
17   "module_name": "Fluxful",
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12",
22     "watchos": "3.0",
23     "tvos": "10.0"
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Fluxful/*.swift"
30     },
31     {
32       "name": "Reactive",
33       "dependencies": {
34         "Fluxful/Core": [
36         ]
37       },
38       "source_files": "ReactiveFluxful/*.swift"
39     }
40   ],
41   "swift_version": "5.0"