-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathRNLoadingButton.podspec
24 lines (19 loc) · 1010 Bytes
/
RNLoadingButton.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
Pod::Spec.new do |s|
s.name = "RNLoadingButton"
s.version = "6.1.0"
s.summary = "An easy-to-use UIButton subclass with an activity indicator."
s.description = <<-DESC
The activity state is configurable and can hide the image or text while the activity indicator is displaying . You can Also choose the position of easily activity indicator or Set It up with a spacing..
DESC
s.homepage = "https://github.com/souzainf3/RNLoadingButton-Swift"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Romilson Nunes" => "souzainf3@yahoo.com.br" }
s.social_media_url = "http://twitter.com/souzainf3"
s.platform = :ios, "11.0"
s.source = { :git => "https://github.com/souzainf3/RNLoadingButton-Swift.git", :tag => s.version.to_s }
s.swift_version = '5.0'
s.source_files = "Sources/*"
s.frameworks = "UIKit"
s.requires_arc = true
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
end