forked from Ramotion/circular-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CircularCarousel.podspec
22 lines (19 loc) · 914 Bytes
/
CircularCarousel.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Be sure to run `pod lib lint CircularCarousel.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'CircularCarousel'
s.version = '1.0.0'
s.summary = 'Carousel written in swift to handle custom and unique rolling items. Based on iCarousel.'
s.homepage = 'https://github.com/ramotion/circular-carousel'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { 'ramotion' => '[email protected]' }
s.source = { :git => 'https://github.com/ramotion/circular-carousel.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'Framework/CircularCarousel/*.swift'
s.swift_version = '5.0'
end