[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / d / a / CJWKWebViewController / 1.0.1 / CJWKWebViewController.podspec.json
blobddc799103706ed1e90169b6cf5193c93c81c4f83
2   "name": "CJWKWebViewController",
3   "version": "1.0.1",
4   "summary": "A WKWebview based UIViewController that can be imported for browsing web content in the App.",
5   "description": "A WKWebview based UIViewController that can be imported for browsing web content in the App. It makes easy to show web content for your app.",
6   "homepage": "https://github.com/jie-cao/CJWKWebViewController",
7   "license": "MIT",
8   "authors": {
9     "Jie": "jie_cao@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jie-cao/CJWKWebViewController.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "CJWebBrowser/*",
20   "frameworks": [
21     "Foundation",
22     "UIKit",
23     "WebKit"
24   ]