[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 0 / 7 / DZNWebViewController / 3.0 / DZNWebViewController.podspec.json
blob78cde8921048231f3613f11d7b1ad61cbe27d40d
2   "name": "DZNWebViewController",
3   "version": "3.0",
4   "summary": "An iPhone/iPad mini WebKit browser controller, useful for in-app web browsing experience.",
5   "homepage": "https://github.com/dzenbot/DZNWebViewController",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Ignacio Romero Z.": "iromero@dzen.cl"
12   },
13   "source": {
14     "git": "https://github.com/dzenbot/DZNWebViewController.git",
15     "tag": "v3.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "Source/Classes/*.{h,m}",
22   "resources": "Source/Resources/*.*",
23   "frameworks": [
24     "UIKit",
25     "WebKit"
26   ]