blob: a2cdb47bc43128e2e200ae549d6e6221005b9f04 [file] [log] [blame]
{
"name": "Authenticator",
"version": "0.0.2",
"summary": "FaceID,TouchID的验证",
"description": "FaceID,TouchID的验证的工具类",
"homepage": "https://github.com/LqDeveloper/Authenticator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Quan Li": "1083099465@qq.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"default_subspecs": "Core",
"cocoapods_version": ">= 1.4.0",
"source": {
"git": "https://github.com/LqDeveloper/Authenticator.git",
"tag": "0.0.2"
},
"subspecs": [
{
"name": "Core",
"source_files": "Authenticator/Core/**/*.swift",
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Authenticator/RxSwiftExtensions/**/*.swift",
"dependencies": {
"Authenticator/Core": [
],
"RxSwift": [
]
}
}
],
"swift_version": "5.0"
}