[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 8 / d / LoginKit / 0.0.2 / LoginKit.podspec.json
blobe40af7639d5863229f609221ad9b21df96d4f4ab
2   "name": "LoginKit",
3   "version": "0.0.2",
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.",
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.2"
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     "IQKeyboardManager": [
37     ]
38   }