[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 0 / 3 / VISPER / 2.0.7 / VISPER.podspec.json
blobcbf1bed4491775fdaa5e3b88af56fba9bf06efde
2   "name": "VISPER",
3   "version": "2.0.7",
4   "summary": "A library to support building component based apps with the VIPER architecture.",
5   "description": "A iOS library to support building component based apps with the VIPER architecture\n\nContains some base classes to design VIPER based iOS-Apps.\nThe framework includes a basic class for viewcontrollers, presenters, a redux implementation for the interactor layer, a wireframe, etc ...",
6   "homepage": "https://github.com/barteljan/VISPER",
7   "license": "MIT",
8   "authors": {
9     "Jan Bartel": "barteljan@yahoo.de"
10   },
11   "source": {
12     "git": "https://github.com/barteljan/VISPER.git",
13     "tag": "VISPER-2.0.7"
14   },
15   "social_media_url": "https://twitter.com/janbartel",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "frameworks": "UIKit",
21   "dependencies": {
22     "VISPER-Core": [
23       "~> 2.0.0"
24     ],
25     "VISPER-Objc": [
26       "~> 2.0.0"
27     ],
28     "VISPER-Swift": [
29       "~> 2.0.0"
30     ],
31     "VISPER-Presenter": [
32       "~> 2.0.0"
33     ],
34     "VISPER-Wireframe": [
35       "~> 2.0.0"
36     ]
37   },
38   "default_subspecs": "Standard",
39   "pushed_with_swift_version": "4.0",
40   "subspecs": [
41     {
42       "name": "Standard",
43       "source_files": [
44         "VISPER/Classes/Bridge/**/*",
45         "VISPER/Classes/Deprecated/**/*"
46       ],
47       "public_header_files": "VISPER/Classes/**/*.h",
48       "dependencies": {
49         "VISPER-CommandBus": [
51         ]
52       }
53     },
54     {
55       "name": "NoDeprecated",
56       "source_files": "VISPER/Classes/Bridge/**/*"
57     }
58   ]