[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 2 / 5 / AuthenticatorKit / 0.0.2 / AuthenticatorKit.podspec.json
blob1bd1fcafc9fc0f4554cc2c44fafe3a7e6b8e3bab
2   "name": "AuthenticatorKit",
3   "version": "0.0.2",
4   "summary": "A lib work with Authenticator.",
5   "description": "A lib work with Authenticator, easy to build for developers.",
6   "homepage": "https://github.com/AlleniCode/AuthenticatorKit",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "Allen": "zhangyutao2014@163.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/AlleniCode/AuthenticatorKit.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "Classes",
23     "AuthenticatorKit/AuthenticatorKit/Authenticator/*.{h,m}"
24   ],
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "AFNetworking": [
32       "~> 3.2.1"
33     ]
34   }