[Add] DoordeckSDK 0.55.0
[CocoaPods.git] / Specs / 8 / 9 / 3 / YBSlantedCollectionViewLayout / 2.1.1 / YBSlantedCollectionViewLayout.podspec.json
blobca3a91f76afb9d8f0faf4b807802017d1c8d6bc6
2   "name": "YBSlantedCollectionViewLayout",
3   "version": "2.1.1",
4   "summary": "UICollectionViewLayout allowing the display of slanted content on UICollectionView",
5   "description": "YBSlantedCollectionViewLayout is a subclass of UICollectionViewLayout allowing the display of slanted content on UICollectionView.",
6   "homepage": "https://github.com/yacir/YBSlantedCollectionViewLayout",
7   "license": "MIT",
8   "authors": {
9     "Yassir Barchi": "dev.yassir@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/yacir/YBSlantedCollectionViewLayout.git",
13     "tag": "2.1.1"
14   },
15   "social_media_url": "https://linkedin.com/in/yassir-barchi-318a7949",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source/*.{h,swift}",
21   "frameworks": "UIKit",
22   "deprecated_in_favor_of": "CollectionViewSlantedLayout"