[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 8 / d / LoginKit / 0.0.4 / LoginKit.podspec.json
blobd1dfb91eeace1ae6ea5acd46eee681355c859939
2   "name": "LoginKit",
3   "version": "0.0.4",
4   "summary": "LoginKit is a framework to help with creating a login screen.",
5   "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.",
6   "homepage": "https://github.com/TigerWolf/LoginKit",
7   "license": "MIT",
8   "authors": {
9     "Kieran Andrews": "kieran.andrews@adelaide.edu.au"
10   },
11   "source": {
12     "git": "https://github.com/TigerWolf/LoginKit.git",
13     "tag": "0.0.4"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "LoginKit/**/*.{h,swift}",
20   "resources": "LoginKit/LoginKit.bundle",
21   "frameworks": "UIKit",
22   "dependencies": {
23     "Alamofire": [
24       "~> 3.0"
25     ],
26     "SVProgressHUD": [
28     ],
29     "KeychainAccess": [
31     ],
32     "IQKeyboardManagerSwift": [
34     ]
35   }