[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 0 / 3 / VISPER / 2.1.0 / VISPER.podspec.json
blob3726fc88468e86b0b744727a8d3be2a222d5c003
2   "name": "VISPER",
3   "version": "2.1.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-2.1.0"
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   },
38   "default_subspecs": "Standard",
39   "subspecs": [
40     {
41       "name": "Standard",
42       "source_files": [
43         "VISPER/Classes/Bridge/**/*",
44         "VISPER/Classes/Deprecated/**/*"
45       ],
46       "public_header_files": "VISPER/Classes/**/*.h",
47       "dependencies": {
48         "VISPER-CommandBus": [
50         ]
51       }
52     },
53     {
54       "name": "NoDeprecated",
55       "source_files": "VISPER/Classes/Bridge/**/*"
56     }
57   ]