[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 2 / 5 / AuthenticatorKit / 0.1.2 / AuthenticatorKit.podspec.json
blob634fc93098a6525aaaecbff7f645976547380a31
2   "name": "AuthenticatorKit",
3   "version": "0.1.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": "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.1.2"
20   },
21   "source_files": [
22     "AuthenticatorKit",
23     "AuthenticatorKit/AuthenticatorKit/Authenticator/*.{h,m}"
24   ],
25   "exclude_files": "AuthenticatorKit/Exclude",
26   "frameworks": [
27     "Foundation",
28     "UIKit"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "AFNetworking": [
33       "~> 3.2.1"
34     ]
35   }