blob: e40af7639d5863229f609221ad9b21df96d4f4ab [file] [log] [blame]
{
"name": "LoginKit",
"version": "0.0.2",
"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.",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "LoginKit/**/*.{h,swift}",
"resources": "LoginKit/LoginKit.bundle",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"SVProgressHUD": [
],
"KeychainAccess": [
],
"SwiftyJSON": [
],
"IQKeyboardManager": [
]
}
}