blob: 200d5fa32041ae62b2001cf86eb81a96c63a36fd [file] [log] [blame]
{
"name": "SwiftECP",
"version": "1.1.2",
"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"
},
"source": {
"git": "https://github.com/OpenClemson/SwiftECP.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftECP": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AEXML": [
"~> 1.3"
],
"Alamofire": [
"~> 1.2"
],
"PromiseKit": [
"~> 2.1"
]
}
}