blob: bcf41530c92362a52d368c6fdd7d5c512ebfce1b [file] [log] [blame]
{
"name": "JiveAuthenticatingWebViewController",
"version": "0.1.1",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"summary": "A UIViewController containing a UIWebView that uses JiveAuthenticatingHTTPProtocol to respond to NSURLAuthenticationChallenges",
"homepage": "https://github.com/jivesoftware/JiveAuthenticatingWebViewController",
"social_media_url": "http://twitter.com/JiveSoftware",
"authors": {
"Jive Mobile": "jive-mobile@jivesoftware.com"
},
"source": {
"git": "https://github.com/jivesoftware/JiveAuthenticatingWebViewController.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/JiveAuthenticatingWebViewController/*.{h,m}",
"dependencies": {
"JiveAuthenticatingHTTPProtocol": [
"0.3.2"
]
}
}