[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 9 / 4 / 1 / SQGeneralWebView / 0.0.1 / SQGeneralWebView.podspec.json
blob39db78a71c1ae0c302bcd08cc741a0cc2173e5c4
2   "name": "SQGeneralWebView",
3   "version": "0.0.1",
4   "summary": "This is a gengeral WebView ,use WebViewJavaScriptBridge as the bridge with native.",
5   "homepage": "https://github.com/CoderSQ/SQGeneralWebView.git",
6   "license": "MIT",
7   "authors": {
8     "CoderSQ": "steven_shuang@126.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/CoderSQ/SQGeneralWebView.git",
15     "tag": "0.0.1"
16   },
17   "source_files": [
18     "SQGeneralWebView",
19     "*.{h,m}"
20   ],
21   "frameworks": [
22     "UIKit",
23     "WebKit"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "WebViewJavascriptBridge": [
28       "~> 5.0.5"
29     ]
30   }