Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy pathCollectionViewSlantedLayout.podspec
More file actions
Latest commit
22 lines (17 loc) · 903 Bytes
/
Copy pathCollectionViewSlantedLayout.podspec
File metadata and controls
22 lines (17 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.newdo |s|
s.name="CollectionViewSlantedLayout"
s.version="3.1.1"
s.summary="UICollectionViewLayout allowing the display of slanted content on UICollectionView"
s.description=<<-DESC
CollectionViewSlantedLayout is a subclass of UICollectionViewLayout allowing the display of slanted content on UICollectionView.
DESC
s.homepage="https://github.com/yacir/CollectionViewSlantedLayout"
s.license='MIT'
s.author={"Yassir Barchi"=>"http://yassir.fr"}
s.source={:git=>"https://github.com/yacir/CollectionViewSlantedLayout.git",:tag=>s.version.to_s}
s.social_media_url='http://yassir.fr'
s.platform=:ios,'8.0'
s.source_files='Sources/**/*.{h,swift}'
s.frameworks='UIKit'
s.ios.deployment_target='8.0'
end