[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 8 / 6 / d / JBLoginView / 0.1.16 / JBLoginView.podspec.json
blob9f35266b2958db5cd27b9ba1b6a9c34f4a4cf897
2   "name": "JBLoginView",
3   "version": "0.1.16",
4   "summary": "A simple VISPER based Login Screen.",
5   "description": "A simple VISPER based Login Screen.\nShould be used in composition with other VISPER Components",
6   "homepage": "https://github.com/barteljan/JBLoginView",
7   "license": "MIT",
8   "authors": {
9     "Jan Bartel": "barteljan@yahoo.de"
10   },
11   "source": {
12     "git": "https://github.com/barteljan/JBLoginView.git",
13     "tag": "0.1.16"
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     "JBLoginView": [
23       "Pod/Assets/*.xib"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "frameworks": "UIKit",
28   "dependencies": {
29     "VISPER": [
31     ],
32     "PureLayout": [
34     ],
35     "JBLoginDataCommands": [
37     ],
38     "MBProgressHUD": [
40     ],
41     "TSMessages": [
43     ],
44     "BlocksKit": [
46     ]
47   }