Skip to content

Commit 6181151

Browse files
author
Carlos Compean
committed
changed podspec to v1.0.2
1 parent 263557a commit 6181151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CCMRadarView.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = "CCMRadarView"
12-
s.version = "1.0.1"
12+
s.version = "1.0.2"
1313
s.summary = "CCMRadarView uses the IBDesignable tools to make an easy customizable radar view with animation"
1414
s.description = <<-DESC
1515
CCMRadarView is a simple to use view that uses the new IBDesignable and IBInspectable features of XCode6 to easily configure the icon in the center, the width of the waves of the radar, as well as the color, the number of waves,etc.
1616
DESC
1717

1818
s.homepage = "https://github.com/cacmartinez/CCMRadarView"
1919
s.screenshots = "https://raw.githubusercontent.com/cacmartinez/CCMRadarView/master/Screenshots/iOS%20Simulator%20Screen%20Shot%2028.11.2014%2012.54.37.png"
20-
s.license = 'APACHE 2.O'
20+
s.license = 'APACHE 2.0'
2121
s.author = { "Carlos Compean" => "cacmartinez@icalialabs.com" }
2222
s.platform = :ios, "8.0"
2323
s.source = { :git => "https://github.com/cacmartinez/CCMRadarView.git", :tag => s.version.to_s }

0 commit comments

Comments
 (0)