blob: 256667d6f9810d552a3bdfc0aad11e1deae7840b [file] [log] [blame]
{
"name": "PassportKit",
"version": "1.5.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.5.2"
},
"platforms": {
"ios": "12.1"
},
"frameworks": "UIKit",
"dependencies": {
"Valet": [
"~> 3.2.0"
],
"Alamofire": [
"~> 5.4.1"
]
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": [
"Sources/**/*.swift",
"Sources/*/*.swift"
],
"swift_version": "5.1"
}