-
Notifications
You must be signed in to change notification settings - Fork 131
/
WCLShineButton.podspec
25 lines (22 loc) · 990 Bytes
/
WCLShineButton.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
#
# Be sure to run `pod spec lint WCLShineButton.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = "WCLShineButton"
s.version = "1.0.8"
s.summary = "This is a UI lib for iOS. Effects like shining."
s.homepage = "https://github.com/631106979/WCLShineButton"
s.license = 'MIT'
s.author = { "W_C__L" => "[email protected]" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/631106979/WCLShineButton.git", :tag => s.version.to_s }
s.source_files = 'WCLShineButton/*.{swift}'
s.resources = 'WCLShineButton/WCLShineButton.bundle'
s.frameworks = "UIKit"
s.requires_arc = true
# s.swift_version = '5.0'
end