[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / b / c / MSWebApp / 1.0.2 / MSWebApp.podspec.json
blob7cdb2b371659bbead9dd84bfef61d9cf7dfcb70f
2   "name": "MSWebApp",
3   "version": "1.0.2",
4   "summary": "A Local cached webView, Support UIWebView/WKWebView. Auto loaded modules from server and `mount` to App",
5   "description": "Local Cached webView, eazy config, cached the website to your iPhone local folder, for fast visit.\nTry it.",
6   "homepage": "https://github.com/WildDylan/MSWebApp",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dylan": "dylan@china.com"
13   },
14   "source": {
15     "git": "https://github.com/WildDylan/MSWebApp.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "MSWebApp/Classes/**/*",
22   "public_header_files": "MSWebApp/Classes/**/*.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "WebKit"
27   ],
28   "dependencies": {
29     "AFNetworking": [
31     ],
32     "WebViewJavascriptBridge": [
34     ],
35     "LKDBHelper": [
37     ],
38     "WPZipArchive": [
40     ]
41   }