Skip to content

Commit

Permalink
sss
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckDeck committed Jul 26, 2017
1 parent 429e219 commit 0289b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ViewChaos.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "ViewChaos"
s.version = "1.1.0"
s.version = "1.2.0"
s.summary = "A iOS view diagnose tool."

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -80,7 +80,7 @@ Pod::Spec.new do |s|
# Supports git, hg, bzr, svn and HTTP.
#

s.source = { :git => "https://github.com/DuckDeck/ViewChaos.git", :tag => "1.1.0" }
s.source = { :git => "https://github.com/DuckDeck/ViewChaos.git", :tag => "1.2.0" }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down
4 changes: 0 additions & 4 deletions ViewChaos/MarkView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,4 @@ class MarkView {
v.removeFromSuperview()
}

static func isLineBelongView(line:Line,view:UIView){
let center = view.frame.center

}
}

0 comments on commit 0289b19

Please sign in to comment.