[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 6 / 0 / 3 / VISPER / 4.0.0 / VISPER.podspec.json
blobfa321b762478a41653792deec291cf143b883d82
2   "name": "VISPER",
3   "version": "4.0.0",
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-4.0.0"
14   },
15   "social_media_url": "https://twitter.com/janbartel",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "swift_versions": "4.2",
20   "requires_arc": true,
21   "frameworks": "UIKit",
22   "dependencies": {
23     "VISPER-Core": [
24       "~> 4.0.0"
25     ],
26     "VISPER-Objc": [
27       "~> 4.0.0"
28     ],
29     "VISPER-Swift": [
30       "~> 4.0.0"
31     ],
32     "VISPER-Presenter": [
33       "~> 4.0.0"
34     ],
35     "VISPER-Wireframe": [
36       "~> 4.0.0"
37     ],
38     "VISPER-Entity": [
39       "~> 4.0.0"
40     ]
41   },
42   "default_subspecs": "Standard",
43   "swift_version": "4.2",
44   "subspecs": [
45     {
46       "name": "Standard",
47       "source_files": [
48         "VISPER/Classes/Bridge/**/*",
49         "VISPER/Classes/Deprecated/**/*"
50       ],
51       "public_header_files": "VISPER/Classes/**/*.h",
52       "dependencies": {
53         "VISPER-CommandBus": [
55         ]
56       }
57     },
58     {
59       "name": "NoDeprecated",
60       "source_files": "VISPER/Classes/Bridge/**/*"
61     }
62   ]