[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / e / 7 / c / ScrollCoordinator / 1.2.0 / ScrollCoordinator.podspec.json
blob1cb79331031ba8b971c4dde7cd3aa95fa2e0b9ed
2   "name": "ScrollCoordinator",
3   "version": "1.2.0",
4   "summary": "ScrollCoordinator allows you to attach gestures to scrollviews and perform behaviours on these gestures",
5   "description": "ScrollCoordinator is an innovative way to make views behave the way you want them to by listening to gesture and scroll events. This pod comes with the Behaviours to hide the navigation, bottom and tab bar & AnchorBehaviour which makes your outer scrollview scroll upto a certain anchor point when inner nested scrollviews are scrolled",
6   "homepage": "https://github.com/flipkart-incubator/scroll-coordinator-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "shubhankaryash": "shubhankar.yash@flipkart.com"
13   },
14   "source": {
15     "git": "https://github.com/flipkart-incubator/scroll-coordinator-ios.git",
16     "tag": "1.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ScrollCoordinator/Sources/**/*",
22   "swift_version": "5.0"