[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 5 / 7 / STPostWebView / 0.0.2 / STPostWebView.podspec.json
blobf9080e3cea180d33717d1156584ce242aa84370e
2   "name": "STPostWebView",
3   "version": "0.0.2",
4   "summary": "A subclass of WKWebView that supports requested by POST.",
5   "homepage": "https://github.com/shien7654321/STPostWebView",
6   "authors": {
7     "Suta": "shien7654321@163.com"
8   },
9   "source": {
10     "git": "https://github.com/shien7654321/STPostWebView.git",
11     "tag": "0.0.2"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "requires_arc": true,
17   "license": {
18     "type": "MIT",
19     "file": "LICENSE"
20   },
21   "frameworks": [
22     "Foundation",
23     "UIKit",
24     "WebKit"
25   ],
26   "source_files": "STPostWebView/*.{swift}",
27   "compiler_flags": "-fmodules",
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "4.1"
30   },
31   "description": "STPostWebView is a subclass of WKWebView that supports requested by POST."