[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 6 / 0 / 3 / VISPER / 0.1.2 / VISPER.podspec.json
blobcb1982ab066ba211f6868b7b3ece65045724f7a6
2   "name": "VISPER",
3   "version": "0.1.2",
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\n                       Contains some Controller and Presenter Base Classes and a Wireframe implementation using JLRoutes\n",
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.1.2"
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   }