[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 0 / 3 / VISPER / 0.3.7 / VISPER.podspec.json
blob484125a5b01cd2c9ea8fce532ff81b9ee800a9a3
2   "name": "VISPER",
3   "version": "0.3.7",
4   "summary": "A iOS library to support the VIPER architecture in iOS-Apps",
5   "description": "A iOS library to support the VIPER architecture in iOS-Apps.\n\nContains some base classes to design VIPER based iOS-Apps.\nThe framework includes a basic class for viewcontrollers, presenters, interactors and a wireframe",
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": "0.3.7"
14   },
15   "social_media_url": "https://twitter.com/janbartel",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "public_header_files": "Pod/Classes/**/*.h",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "JLRoutes": [
25       "~> 1.5.2"
26     ],
27     "VISPER-CommandBus": [
29     ]
30   }