[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / c / b / SnappingLayout / 0.1.3 / SnappingLayout.podspec.json
blobd572a33d4149771e01e113d9dbd146549d353b98
2   "name": "SnappingLayout",
3   "version": "0.1.3",
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.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "4.2",
22   "source_files": "Sources/SnappingLayout/Classes/**/*",
23   "swift_version": "4.2"