[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 5 / 9 / ReflexSwift / 0.0.3 / ReflexSwift.podspec.json
blob8cb45fe3081b133327dca15b470263dc6c5fa58d
2   "name": "ReflexSwift",
3   "version": "0.0.3",
4   "summary": "Unidirectional data flow architecture for RxSwift",
5   "homepage": "https://github.com/glwithu06/ReflexSwift.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Nate Kim": "glwithu06@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/glwithu06/ReflexSwift.git",
15     "tag": "0.0.3"
16   },
17   "source_files": "Sources/*.{swift,h,m}",
18   "frameworks": "Foundation",
19   "dependencies": {
20     "RxSwift": [
21       ">= 4.0.0"
22     ]
23   },
24   "platforms": {
25     "ios": "8.0",
26     "osx": "10.10",
27     "tvos": "9.0",
28     "watchos": "2.0"
29   }