[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / f / e / 2 / VueFlux / 1.3.0 / VueFlux.podspec.json
blob3576c5667c2908fa6d24a5bc5d972335aab2c9ed
2   "name": "VueFlux",
3   "version": "1.3.0",
4   "authors": {
5     "ra1028": "r.fe51028.r@gmail.com"
6   },
7   "homepage": "https://github.com/ra1028/VueFlux",
8   "summary": "Unidirectional State Management for Swift - Inspired by Vuex and Flux",
9   "source": {
10     "git": "https://github.com/ra1028/VueFlux.git",
11     "tag": "1.3.0"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "source_files": [
18     "VueFlux/**/*.swift",
19     "CommonInternal/**/*.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   }