[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / e / 1 / VISPER-Reactive / 2.0.0 / VISPER-Reactive.podspec.json
blob34f4945b3f14a4df143081fc4a04ef9baf877956
2   "name": "VISPER-Reactive",
3   "version": "2.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-2.0.0"
17   },
18   "social_media_url": "https://twitter.com/barteljan",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "Standard",
23   "pushed_with_swift_version": "4.0",
24   "subspecs": [
25     {
26       "name": "Standard",
27       "source_files": "VISPER-Reactive/Classes/Core/*.swift"
28     },
29     {
30       "name": "RxSwift",
31       "source_files": [
32         "VISPER-Reactive/Classes/RxSwift/*.swift",
33         "VISPER-Reactive/Classes/Core/*.swift"
34       ],
35       "dependencies": {
36         "RxSwift": [
37           "~> 4.0"
38         ]
39       }
40     }
41   ]