[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 0 / 3 / VISPER / 2.2.1 / VISPER.podspec.json
blobf8c55302793936c4a33ac3cee377006533e58583
2   "name": "VISPER",
3   "version": "2.2.1",
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.2.1"
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.1.0"
30     ],
31     "VISPER-Presenter": [
32       "~> 2.0.0"
33     ],
34     "VISPER-Wireframe": [
35       "~> 2.0.0"
36     ],
37     "VISPER-Entity": [
38       "~> 1.1.0"
39     ]
40   },
41   "default_subspecs": "Standard",
42   "subspecs": [
43     {
44       "name": "Standard",
45       "source_files": [
46         "VISPER/Classes/Bridge/**/*",
47         "VISPER/Classes/Deprecated/**/*"
48       ],
49       "public_header_files": "VISPER/Classes/**/*.h",
50       "dependencies": {
51         "VISPER-CommandBus": [
53         ]
54       }
55     },
56     {
57       "name": "NoDeprecated",
58       "source_files": "VISPER/Classes/Bridge/**/*"
59     }
60   ]