[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 6 / c / b / SnappingLayout / 0.1.1 / SnappingLayout.podspec.json
blob182ac1dbaa9c69612931cde3423761c965230c03
2   "name": "SnappingLayout",
3   "version": "0.1.1",
4   "summary": "UICollectionViewFlowLayout with behaviour to snap the cell when scrolling horizontally.",
5   "description": "SnappingLayout enables a snap behaviour for UICollectionViews.\nIt works with horizontal scrolling and there are 3 different types: left, center and right.\nYou can scroll your collection view and it will automatically snap to the chosen position after decelerating.\nThe snap supports all kinds of collection view configurations: with sectionInset, minimumLineSpacing, contentInset and so forth.",
6   "homepage": "https://github.com/getmimo/SnappingLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Kévin Cardoso de Sá": "kvdesa@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/getmimo/SnappingLayout.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "4.2",
22   "source_files": "SnappingLayout/Classes/**/*",
23   "swift_version": "4.2"