forked from zepojo/UPCarouselFlowLayout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUPCarouselFlowLayout.podspec
More file actions
18 lines (14 loc) · 905 Bytes
/
UPCarouselFlowLayout.podspec
File metadata and controls
18 lines (14 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "UPCarouselFlowLayout"
s.version = "1.1.2"
s.summary = "A fancy carousel flow layout for UICollectionView."
s.description = "UPCarouselFlowLayout is a fancy carousel flow layout for UICollectionView. It comes with a paginated effect and it shrinks and makes transparent the side items."
s.homepage = "https://github.com/ink-spot/UPCarouselFlowLayout"
# s.screenshots = "https://github.com/ink-spot/UPCarouselFlowLayout/raw/master/images/demo.gif"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Paul Ulric' => 'ink.and.spot@gmail.com' }
s.source = { :git => 'https://github.com/ink-spot/UPCarouselFlowLayout.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.1'
s.swift_version = '4.2'
s.source_files = 'UPCarouselFlowLayout/**/*.{h,swift}'
end