[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / e / b / SimpleWebviewProgress / 0.0.1 / SimpleWebviewProgress.podspec.json
blobeb5eeea9f7c8e738c50c8f04f14e957701fa86bc
2   "name": "SimpleWebviewProgress",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "UIWebView progress interface.",
9   "homepage": "https://github.com/Chasingdreamboy/SimpleWebviewProgress",
10   "authors": {
11     "EricyWang": ""
12   },
13   "source": {
14     "git": "https://github.com/Chasingdreamboy/SimpleWebviewProgress.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "NJKWebViewProgress/NJKWebViewProgress.{h,m}"
25     },
26     {
27       "name": "ProgressView",
28       "source_files": "NJKWebViewProgress/NJKWebViewProgressView.{h,m}"
29     }
30   ]