[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 6 / 7 / JiveAuthenticatingWebViewController / 0.1.1 / JiveAuthenticatingWebViewController.podspec.json
blobbcf41530c92362a52d368c6fdd7d5c512ebfce1b
2   "name": "JiveAuthenticatingWebViewController",
3   "version": "0.1.1",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE"
7   },
8   "summary": "A UIViewController containing a UIWebView that uses JiveAuthenticatingHTTPProtocol to respond to NSURLAuthenticationChallenges",
9   "homepage": "https://github.com/jivesoftware/JiveAuthenticatingWebViewController",
10   "social_media_url": "http://twitter.com/JiveSoftware",
11   "authors": {
12     "Jive Mobile": "jive-mobile@jivesoftware.com"
13   },
14   "source": {
15     "git": "https://github.com/jivesoftware/JiveAuthenticatingWebViewController.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "Source/JiveAuthenticatingWebViewController/*.{h,m}",
23   "dependencies": {
24     "JiveAuthenticatingHTTPProtocol": [
25       "0.3.2"
26     ]
27   }