[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 1 / 2 / VueFluxReactive / 1.6.0 / VueFluxReactive.podspec.json
blobc6d9e56daa588a7155327cdc21e42f665025cbb9
2   "name": "VueFluxReactive",
3   "version": "1.6.0",
4   "authors": {
5     "ra1028": "r.fe51028.r@gmail.com"
6   },
7   "homepage": "https://github.com/ra1028/VueFlux",
8   "summary": "Reactive system for VueFlux architecture in Swift",
9   "source": {
10     "git": "https://github.com/ra1028/VueFlux.git",
11     "tag": "1.6.0"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "source_files": [
18     "VueFluxReactive/**/*.swift",
19     "VueFluxInternalCore/**/*.swift"
20   ],
21   "requires_arc": true,
22   "platforms": {
23     "osx": "10.9",
24     "ios": "9.0",
25     "watchos": "2.0",
26     "tvos": "9.0"
27   },
28   "swift_version": "4.2",
29   "dependencies": {
30     "VueFlux": [
31       "~> 1.6.0"
32     ]
33   }