[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 0 / 1 / e / JBWebViewController / 1.0.7 / JBWebViewController.podspec.json
blobe6143b047f16af470a39b8f2a027473ecc268e69
2   "name": "JBWebViewController",
3   "version": "1.0.7",
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": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/boserup/JBWebViewController.git",
21     "tag": "1.0.7"
22   },
23   "source_files": "JBWebViewController/*.{h,m}",
24   "resources": "JBWebViewController/Icons.xcassets",
25   "weak_frameworks": "WebKit",
26   "requires_arc": true,
27   "dependencies": {
28     "ARChromeActivity": [
29       "1.0"
30     ],
31     "ARSafariActivity": [
32       "0.0.1"
33     ],
34     "NJKWebViewProgress": [
35       "0.2.3"
36     ]
37   }