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