[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 1 / e / JBWebViewController / 1.0.1 / JBWebViewController.podspec.json
blobd817f52c9bdac6f22c759de7523e5b5b50771919
2   "name": "JBWebViewController",
3   "version": "1.0.1",
4   "summary": "A modal view controller for showing websites - inspired by the Facebook app",
5   "description": "                   A drop-in Facebook inspired modal web browser.\n\n                   Created to look like the web browser in the current Facebook App on App Store.\n",
6   "homepage": "https://github.com/boserup/JBWebViewController",
7   "screenshots": "https://raw.githubusercontent.com/boserup/JBWebViewController/master/Example/screenshot.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Jonas Boserup": "jonas@iboserup.dk"
14   },
15   "social_media_url": "http://twitter.com/JonasBoserup",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/boserup/JBWebViewController.git",
21     "tag": "1.0.1"
22   },
23   "source_files": "JBWebViewController/*",
24   "weak_frameworks": "WebKit",
25   "requires_arc": true,
26   "dependencies": {
27     "ARChromeActivity": [
28       "1.0"
29     ],
30     "ARSafariActivity": [
31       "0.0.1"
32     ],
33     "NJKWebViewProgress": [
34       "0.2"
35     ]
36   }