blob: ec0cf5f0106d211c5e76be18d3283031cbe79af8 [file] [log] [blame]
{
"name": "JBLoginView",
"version": "0.1.18",
"summary": "A simple VISPER based Login Screen.",
"description": "A simple VISPER based Login Screen.\nShould be used in composition with other VISPER Components",
"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.18"
},
"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": [
],
"JBLoginDataCommands": [
],
"MBProgressHUD": [
],
"TSMessages": [
],
"BlocksKit": [
]
}
}