[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 0 / 3 / VISPER / 0.3.1 / VISPER.podspec.json
blob9922ae07f92eab0b98c39191e0fc57409a7e6570
2   "name": "VISPER",
3   "version": "0.3.1",
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.1"
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   "resource_bundles": {
22     "VISPER": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "frameworks": "UIKit",
28   "dependencies": {
29     "JLRoutes": [
30       "~> 1.5.2"
31     ],
32     "VISPER-CommandBus": [
34     ]
35   }