blob: 643c86927716ea8c4b38d094b54377c784ace294 [file] [log] [blame]
{
"name": "RxAppleSignIn",
"version": "0.1.0",
"summary": "RxSwift extension",
"description": "RxSwift extension for apple sign in.",
"homepage": "https://github.com/Pumpkin-SweetPotato/RxAppleSignIn",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pumpkin-SweetPotato": "vibrio0102@gmail.com"
},
"source": {
"git": "https://github.com/Pumpkin-SweetPotato/RxAppleSignIn.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "13.0"
},
"source_files": "RxAppleSignIn/Classes/**/*",
"swift_versions": "5.0",
"ios": {
"frameworks": "AuthenticationServices"
},
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
]
},
"swift_version": "5.0"
}