[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 8 / 0 / NSVPullToRefresh / 0.1.0 / NSVPullToRefresh.podspec.json
blobe6812c2f6bf9384d129af7f3b593bfd18203a843
2   "name": "NSVPullToRefresh",
3   "version": "0.1.0",
4   "summary": "PullToRefresh for any kind of view.",
5   "swift_versions": "5.0",
6   "description": "NSVPullToRefresh allows you to add pull to refresh to any kind of UIView. It automatically handles child ScrollView(TableView,CollectionView) scrolls if there is one, without blocking other gestures added to the view.",
7   "homepage": "https://github.com/Narek1994/NSVPullToRefresh",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Narek1994": "nareksimonyan94@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Narek1994/NSVPullToRefresh.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "NSVPullToRefresh/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "MapKit"
26   ],
27   "swift_version": "5.0"