blob: 405e4f2ecded04eb16932a7539e9cdd9c7ef8fd8 [file] [log] [blame]
{
"name": "SwiftECP",
"version": "4.0.1",
"summary": "SwiftECP is a simple Shibboleth ECP client for iOS.",
"description": "Need Shibboleth login on your iOS 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 for iOS. 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.0.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Source/**/*",
"dependencies": {
"AEXML-CU": [
"~> 4.2.0"
],
"Alamofire": [
"~> 4.0"
],
"ReactiveSwift": [
"~> 1.0"
],
"XCGLogger": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}