[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 9 / 3 / CruiserWebViewController / 7.0 / CruiserWebViewController.podspec.json
blobd7cddd37569cea3a13a1db3b582fd58552c6f5e3
2   "name": "CruiserWebViewController",
3   "version": "7.0",
4   "summary": "Yet another one WebKit browser controller with enhanced navigation and additional controls.",
5   "homepage": "https://github.com/pitometsu/CruiserWebViewController",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Ignacio Romero Z.": "iromero@dzen.cl",
12     "Yuriy Pitomets V.": "pitometsu@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/pitometsu/CruiserWebViewController.git",
16     "tag": "v7.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "Source/Classes/*.{h,m}",
23   "resources": "Source/Resources/*.*",
24   "frameworks": [
25     "UIKit",
26     "WebKit"
27   ],
28   "dependencies": {
29     "IPSqueezableViewController": [
30       ">= 0.0.2"
31     ]
32   }