Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
821385843 committed Jan 4, 2019
1 parent de2a693 commit fab098a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 137 deletions.
28 changes: 28 additions & 0 deletions XWCountDownButton.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#
# Be sure to run `pod spec lint XWCountDownButton_Swift.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 = "XWCountDownButton"
s.version = "1.0.3"
s.summary = "XWCountDownButton 是一个应用于倒计时的框架!"
s.swift_version = '4.2'
s.description = <<-DESC
XWCountDownButton 是一个应用于倒计时的框架,应用场景很多,比如短信验证码倒计时!
DESC

s.homepage = "https://github.com/821385843/XWCountDownDemo_Swift"
s.license = "MIT"
s.author = { "Wade" => "821385843@qq.com" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/821385843/XWCountDownDemo_Swift.git", :tag => "#{s.version}" }
s.source_files = "XWCountDownDemo_Swift/XWCountDownDemo_Swift/XWCountDownButton/*.swift"
s.ios.frameworks = 'UIKit', 'Foundation'
s.requires_arc = true

end
137 changes: 0 additions & 137 deletions XWCountDownButton_Swift.podspec

This file was deleted.

0 comments on commit fab098a

Please sign in to comment.