blob: 46cabde47a173c9b82a90f4b2ca9fdc7c9f1b7a7 [file] [log] [blame]
{
"name": "AuthenticatorKit",
"version": "0.0.1",
"summary": "A lib work with Authenticator.",
"description": "A lib work with Authenticator, easy to build for developers.",
"homepage": "https://github.com/AlleniCode/AuthenticatorKit",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"Allen": "zhangyutao2014@163.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/AlleniCode/AuthenticatorKit.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"AuthenticatorKit/AuthenticatorKit/Authenticator/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
}