blob: 13cef6171dc01bd12f6be72cb06bde80713676a5 [file] [log] [blame]
{
"name": "JiveAuthenticatingWebViewController",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/JiveAuthenticatingWebViewController/*.{h,m}",
"dependencies": {
"JiveAuthenticatingHTTPProtocol": [
"0.3.2"
]
}
}