[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 9 / 3 / YBSlantedCollectionViewLayout / 2.0.0 / YBSlantedCollectionViewLayout.podspec.json
blob6f55adda809067ef2f15a3b36b01aba6af66395f
2   "name": "YBSlantedCollectionViewLayout",
3   "version": "2.0.0",
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.0.0"
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"