blob: d1dfb91eeace1ae6ea5acd46eee681355c859939 [file] [log] [blame]
{
"name": "LoginKit",
"version": "0.0.4",
"summary": "LoginKit is a framework to help with creating a login screen.",
"description": "This library makes creating a login screen for your app simple by providing some helper methods and services\nthat you can easily add into your next iOS app. It currently support Basic Auth login scheme and JWT.",
"homepage": "https://github.com/TigerWolf/LoginKit",
"license": "MIT",
"authors": {
"Kieran Andrews": "kieran.andrews@adelaide.edu.au"
},
"source": {
"git": "https://github.com/TigerWolf/LoginKit.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "LoginKit/**/*.{h,swift}",
"resources": "LoginKit/LoginKit.bundle",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"SVProgressHUD": [
],
"KeychainAccess": [
],
"IQKeyboardManagerSwift": [
]
}
}