[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 9 / 2 / 5 / AuthenticatorKit / 0.0.1 / AuthenticatorKit.podspec.json
blob46cabde47a173c9b82a90f4b2ca9fdc7c9f1b7a7
2   "name": "AuthenticatorKit",
3   "version": "0.0.1",
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.1"
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   }