-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
WhiteSage
committed
Jan 17, 2020
1 parent
4a95bee
commit eef4cd0
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
Binary file modified
BIN
+551 Bytes
(100%)
...codeproj/project.xcworkspace/xcuserdata/zayata.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.