blob: b864d40abe49f82304f80cd8d4a6cb01f0dfdea3 [file] [log] [blame]
{
"name": "PlutoSDK",
"version": "0.8.5",
"summary": "Swift SDK for Pluto login microservice.",
"description": "Swift SDK for Pluto login microservice, which simplify the implementation for signing in with email, Google and Apple.",
"homepage": "https://github.com/MuShare/Pluto-Swift-SDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lm2343635": "lm2343635@126.com"
},
"source": {
"git": "https://github.com/MuShare/Pluto-Swift-SDK.git",
"tag": "0.8.5"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Pluto/Classes/Core/**/*",
"dependencies": {
"Alamofire": [
"~> 5"
],
"SwiftyJSON": [
"~> 5"
],
"SwiftyUserDefaults": [
"~> 5"
]
}
},
{
"name": "Rx",
"source_files": "Pluto/Classes/Rx/**/*",
"dependencies": {
"PlutoSDK/Core": [
"~> 0"
],
"RxCocoa": [
"~> 5"
]
}
}
],
"swift_version": "5.0"
}