-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRSColourSlider.podspec
31 lines (24 loc) · 1.11 KB
/
RSColourSlider.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# Be sure to run `pod lib lint RSColourSlider.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 = 'RSColourSlider'
s.version = '1.0.7'
s.summary = 'The Colour Slider for iOS and iPadOS projects.'
s.description = <<-DESC
TODO: This is a User Interface Slider that is able to help iOS users to choose their own colours. Easy to use, flexible settings.
DESC
s.homepage = 'https://github.com/uberdeviant/RSColourSlider'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Ramil Uberdeviant Salimov' => '[email protected]' }
s.source = { :git => 'https://github.com/uberdeviant/RSColourSlider.git', :tag => "1.0.7" }
s.social_media_url = 'https://twitter.com/mruberdeviant'
s.ios.deployment_target = '12.0'
s.source_files = 'Source/**/*'
s.swift_version = '5.0'
s.platform = :ios, "12.0"
end