blob: 3d3acd37b9403ca1a0ced9a6aa7079b27b86d0d8 [file] [log] [blame]
{
"name": "SwiftECP",
"version": "4.2.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": "4.2.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"requires_arc": true,
"source_files": "Pod/Source/**/*",
"dependencies": {
"AEXML-CU": [
"~> 4.2.2"
],
"Alamofire": [
"~> 4.5"
],
"AnyError": [
"~> 2.0.1"
],
"ReactiveSwift": [
"~> 3.0"
],
"XCGLogger": [
"~> 6.0"
]
}
}