[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / b / e / MSPeekCollectionViewDelegateImplementation / 0.9.0 / MSPeekCollectionViewDelegateImplementation.podspec.json
blob3381a6d6ac882092bdba319db73e8eafaec93b0b
2   "name": "MSPeekCollectionViewDelegateImplementation",
3   "version": "0.9.0",
4   "summary": "A custom paging behavior that peeks the previous and next items in a collection view",
5   "swift_version": "3.2",
6   "description": "Current design trends require complex designs which allow horizontal scrolling inside vertical scrolling. So to show the users that they can scroll vertically, a peeking item should be shown on the side. This library does exactly that.\nI wrote this library because there's no pod that does this simple feature. Also, other libraries require me to inherit from a UICollectionViewController, which doesn't give alot of freedom if I'm inheriting from other View Controllers.",
7   "homepage": "https://github.com/MaherKSantina/MSPeekCollectionViewDelegateImplementation",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Maher Santina": "maher.santina90@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/MaherKSantina/MSPeekCollectionViewDelegateImplementation.git",
17     "tag": "0.9.0"
18   },
19   "platforms": {
20     "ios": "9.3"
21   },
22   "source_files": "MSPeekCollectionViewDelegateImplementation/Classes/**/*"