blob: 98bd4a425ae1101dbc5047170d9f3aec39734097 [file] [log] [blame]
{
"name": "JBLoginView",
"version": "0.1.2",
"summary": "A simple VISPER based Login Screen.",
"description": " A simple VISPER based Login Screen.\n Should be used in composition with other VISPER Components\n",
"homepage": "https://github.com/barteljan/JBLoginView",
"license": "MIT",
"authors": {
"Jan Bartel": "barteljan@yahoo.de"
},
"source": {
"git": "https://github.com/barteljan/JBLoginView.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/janbartel",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JBLoginView": [
"Pod/Assets/*.xib"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"VISPER": [
],
"PureLayout": [
],
"VISPERComposedApplication": [
],
"UIColor-HTMLColors": [
]
}
}