[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / e / 1 / VISPER-Reactive / 4.0.0 / VISPER-Reactive.podspec.json
blob427dd2a091701f3a8bf8ae855d87f32a35402dc0
2   "name": "VISPER-Reactive",
3   "version": "4.0.0",
4   "summary": "Simple implementation of observable properties used in the VISPER Framework",
5   "description": "Base implementation of reactive properties for the VISPER Framework.\n(VISPER is a framework for building component based apps with the viper architecture in swift.)",
6   "homepage": "https://github.com/barteljan/VISPER",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jan Bartel": "barteljan@yahoo.de"
13   },
14   "source": {
15     "git": "https://github.com/barteljan/VISPER.git",
16     "tag": "VISPER-Reactive-4.0.0"
17   },
18   "social_media_url": "https://twitter.com/barteljan",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "swift_versions": "4.2",
23   "default_subspecs": "Standard",
24   "swift_version": "4.2",
25   "subspecs": [
26     {
27       "name": "Standard",
28       "source_files": "VISPER-Reactive/Classes/Core/*.swift"
29     },
30     {
31       "name": "RxSwift",
32       "source_files": [
33         "VISPER-Reactive/Classes/RxSwift/*.swift",
34         "VISPER-Reactive/Classes/Core/*.swift"
35       ],
36       "dependencies": {
37         "RxSwift": [
38           "~> 4.5.0"
39         ]
40       }
41     }
42   ]