[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / c / 4 / ZLWebViewProgress / 0.0.2 / ZLWebViewProgress.podspec.json
blobe4ecd09cb6de6a3aaaca258efaa4a8c84e886700
2   "name": "ZLWebViewProgress",
3   "version": "0.0.2",
4   "license": "MIT",
5   "summary": "UIWebView progress interface.",
6   "homepage": "https://github.com/zhoulincome/ZLWebViewProgress",
7   "authors": {
8     "zhoulincome": "359344816@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/zhoulincome/ZLWebViewProgress.git",
12     "tag": "0.0.2"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "Core",
21       "source_files": "ZLWebViewProgress/NJKWebViewProgress.{h,m}"
22     },
23     {
24       "name": "ProgressView",
25       "source_files": "ZLWebViewProgress/NJKWebViewProgressView.{h,m}"
26     }
27   ]