blob: 5b8e4eb1c253f21825f1a787d304f70ecdf74c9f [file] [log] [blame]
{
"name": "SwiftECP",
"version": "5.0.0",
"summary": "SwiftECP is a simple Shibboleth ECP client for iOS.",
"description": "Need Shibboleth login on your iOS or macOS app but don't want to use a webview? Don't want to deal with XML or read a spec? Use SwiftECP to do the work for you! SwiftECP is a spec-conformant Shibboleth ECP client. Simply provide credentials and a Shibboleth-protected resource URL and SwiftECP will hand you a Shibboleth cookie to attach to further requests or inject into a webview.",
"homepage": "https://github.com/OpenClemson/SwiftECP",
"license": "Apache 2.0",
"authors": {
"Tyler Thompson": "tpthomp@clemson.edu",
"Tanner Stokes": "tanners@clemson.edu"
},
"source": {
"git": "https://github.com/OpenClemson/SwiftECP.git",
"tag": "5.0.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.11"
},
"requires_arc": true,
"source_files": "Pod/Source/**/*",
"swift_versions": "5.0",
"dependencies": {
"AEXML-CU": [
"~> 5.0.0"
],
"Alamofire": [
"~> 4.5"
],
"ReactiveSwift": [
"~> 6.0"
],
"XCGLogger": [
"~> 7.0"
]
},
"swift_version": "5.0"
}