Skip to content

Commit

Permalink
更新git
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteSage committed Jan 17, 2020
1 parent 4a95bee commit eef4cd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions MCircleBoard.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
@version = "1.0.1"
@version = "1.0.2"
Pod::Spec.new do |s|
s.name = "MCircleBoard"
s.version = @version
s.summary = "MCircleBoard"
s.description = "MCircleBoard is a dash board."
s.homepage = "https://github.com/whitesage/MCircleBoard"
s.homepage = "https://github.com/MichaelLynx/MCircleBoard"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "WhiteSage" => "[email protected]" }
s.platform = :ios
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/whitesage/MCircleBoard.git", :tag => "v#{s.version}" }
s.source = { :git => "https://github.com/MichaelLynx/MCircleBoard.git", :tag => "v#{s.version}" }
s.source_files = "Code/*.swift"
s.resources = ["Code/MCircleBoard.bundle"]
s.swift_version = "4.0"
Expand Down
Binary file not shown.

0 comments on commit eef4cd0

Please sign in to comment.