[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 6 / 9 / CYWebViewProgressView / 0.0.1 / CYWebViewProgressView.podspec.json
blob1b1bd816cb29d90e7cc65e7b98c5e75822d242ea
2   "name": "CYWebViewProgressView",
3   "version": "0.0.1",
4   "summary": "The progress is base on estimatedProgress of WKWebView.",
5   "description": "The progress is base on estimatedProgress of WKWebView.",
6   "homepage": "https://github.com/AlbertChen/CYWebViewProgressView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chenyiliang": "yiliang.chen@foxmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/AlbertChen/CYWebViewProgressView.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "Classes",
23     "CYWebViewProgressView/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "frameworks": [
27     "WebKit",
28     "JavaScriptCore"
29   ],
30   "requires_arc": true