[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 8 / 5 / NVPullToRefresh / 0.1.0 / NVPullToRefresh.podspec.json
blob8f22fc0b4d27abfd0cb0fe0d78a2d9fe865bbefc
2   "name": "NVPullToRefresh",
3   "version": "0.1.0",
4   "summary": "NVActivityIndicatorView + PullToRefresh",
5   "description": "This component implements pure pull-to-refresh logic with NVActivityIndicatorView animations.",
6   "homepage": "https://github.com/satishbabariya/NVPullToRefresh",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Satish Babariya": "satish.babariya@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/satishbabariya/NVPullToRefresh.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NVPullToRefresh/Classes/**/*.swift",
22   "swift_version": "4.0",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "PullToRefresher": [
26       "~> 3.0.2"
27     ],
28     "NVActivityIndicatorView": [
29       "~> 4.1.1"
30     ]
31   }