[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / f / 6 / ZVRefreshing / 2.0.0 / ZVRefreshing.podspec.json
blobc2264fc3b3a0cfa4eb61e79c596a5a332eb515ac
2   "name": "ZVRefreshing",
3   "version": "2.0.0",
4   "summary": "A pure-swift and wieldy refresh component.",
5   "description": "ZRefreshing is a pure-swift and wieldy refresh component.",
6   "homepage": "https://github.com/zevwings/ZVRefreshing",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zevwings": "zev.wings@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/zevwings/ZVRefreshing.git",
19     "tag": "2.0.0"
20   },
21   "source_files": [
22     "ZVRefreshing/**/*.swift",
23     "ZVRefreshing/ZVRefreshing.h"
24   ],
25   "resources": "ZVRefreshing/Resource/*",
26   "requires_arc": true,
27   "dependencies": {
28     "ZVActivityIndicatorView": [
30     ]
31   }