[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 8 / d / LoginKit / 0.0.3 / LoginKit.podspec.json
blobc2c817812296a8d8d1f99f247c1bd0c36253795d
2   "name": "LoginKit",
3   "version": "0.0.3",
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.3"
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     "SwiftyJSON": [
34     ],
35     "IQKeyboardManagerSwift": [
37     ]
38   }