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