Skip to content

Commit ff46af0

Browse files
author
Diogo Autilio
committed
Bump version
1 parent f5ff59d commit ff46af0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SCLAlertView-Objective-C.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "SCLAlertView-Objective-C"
3-
spec.version = "0.2.0"
3+
spec.version = "0.2.1"
44
spec.summary = "Beautiful animated Alert View. Written in Swift but ported to Objective-C"
55
spec.homepage = "https://github.com/dogo/SCLAlertView"
66
spec.screenshots = "https://raw.githubusercontent.com/dogo/SCLAlertView/master/ScreenShots/ScreenShot.png", "https://raw.githubusercontent.com/dogo/SCLAlertView/master/ScreenShots/ScreenShot2.png"
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
1010
spec.social_media_url = "http://twitter.com/di_autilio"
1111
spec.platform = :ios
1212
spec.ios.deployment_target = '7.0'
13-
spec.source = { :git => "https://github.com/dogo/SCLAlertView.git", :tag => "0.2.0" }
13+
spec.source = { :git => "https://github.com/dogo/SCLAlertView.git", :tag => "0.2.1" }
1414
spec.source_files = "SCLAlertView/*"
1515
spec.requires_arc = true
1616
end

0 commit comments

Comments
 (0)