[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 2 / 5 / ZVRefresh / 0.0.2 / ZVRefresh.podspec.json
blob53770dd946c99024b7d39e1176cc18ba8921a8b2
2   "name": "ZVRefresh",
3   "version": "0.0.2",
4   "summary": "swift 下拉刷新控件",
5   "description": "Swift 版本的下拉刷新空间",
6   "homepage": "https://github.com/lvoion/ZVRefresh.git",
7   "swift_version": "4.2",
8   "license": "MIT",
9   "authors": {
10     "lvoion": "shx_yi@sina.com"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/lvoion/ZVRefresh.git",
17     "tag": "0.0.2"
18   },
19   "requires_arc": true,
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": [
25         "ZVRefresh/Utils/*.swift",
26         "ZVRefresh/ZVRefresh.h"
27       ]
28     }
29   ]