blob: 8c87b09ef3cbcf3d22f1870b43946fd555aa9b07 [file] [log] [blame]
{
"name": "AuthenticatorKit",
"version": "0.0.3",
"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.3"
},
"source_files": [
"Classes",
"AuthenticatorKit/AuthenticatorKit/Authenticator/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
}