Skip to content

Commit fa74074

Browse files
committed
Release 1.0.2
1 parent a150ab5 commit fa74074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RQVisual.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.platform = :ios, "8.0"
33
s.name = "RQVisual"
4-
s.version = "1.0.1"
4+
s.version = "1.0.2"
55
s.summary = "A tool for laying out views in code."
66

77
s.description = <<-DESC
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.homepage = "https://github.com/rqueue/RQVisual"
1313
s.license = "MIT"
1414
s.author = { "Ryan Quan" => "[email protected]" }
15-
s.source = { :git => "https://github.com/rqueue/RQVisual.git", :tag => "1.0.1" }
15+
s.source = { :git => "https://github.com/rqueue/RQVisual.git", :tag => "1.0.2" }
1616
s.source_files = "RQVisual", "RQVisual/**/*.{h,m}"
1717
s.requires_arc = true
1818
s.documentation_url = "https://github.com/rqueue/RQVisual"

0 commit comments

Comments
 (0)