blob: 0ad41c1e39b6a25b01291d1123401e514e300e07 [file] [log] [blame]
{
"name": "PassportKit",
"version": "1.2",
"license": "MIT",
"summary": "Swift library used for quick and easy oauth authentication.",
"homepage": "https://github.com/appoly/PassportKit",
"authors": "James Wolfe",
"source": {
"git": "https://github.com/appoly/PassportKit.git",
"tag": "1.2"
},
"platforms": {
"ios": "11.4"
},
"frameworks": "UIKit",
"dependencies": {
"Valet": [
"~> 3.2.0"
],
"Alamofire": [
"~> 4.9.0"
]
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "Sources/*.swift",
"swift_version": "5.1"
}