blob: c5a49de22b082407859a944bf70f0d385d08499f [file] [log] [blame]
{
"name": "AuthenticatorKit",
"version": "0.1.0",
"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": "LICENSE"
},
"authors": {
"Allen": "zhangyutao2014@163.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/AlleniCode/AuthenticatorKit.git",
"tag": "0.1.0"
},
"source_files": [
"AuthenticatorKit",
"AuthenticatorKit/AuthenticatorKit/Authenticator/*.{h,m}"
],
"exclude_files": "AuthenticatorKit/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
}