[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 6 / 7 / JiveAuthenticatingWebViewController / 0.1.0 / JiveAuthenticatingWebViewController.podspec.json
blob13cef6171dc01bd12f6be72cb06bde80713676a5
2   "name": "JiveAuthenticatingWebViewController",
3   "version": "0.1.0",
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.0"
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   }