Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Autilio committed Oct 13, 2014
1 parent 345c7d0 commit 8cc043f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SCLAlertView-Objective-C.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "SCLAlertView-Objective-C"
spec.version = "0.1.1"
spec.version = "0.1.2"
spec.summary = "Beautiful animated Alert View. Written in Swift but ported to Objective-C"
spec.homepage = "https://github.com/dogo/SCLAlertView"
spec.screenshots = "https://raw.githubusercontent.com/dogo/SCLAlertView/master/ScreenShots/ScreenShot.png", "https://raw.githubusercontent.com/dogo/SCLAlertView/master/ScreenShots/ScreenShot2.png"
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
spec.social_media_url = "http://twitter.com/di_autilio"
spec.platform = :ios
spec.ios.deployment_target = '7.0'
spec.source = { :git => "https://github.com/dogo/SCLAlertView.git", :tag => "0.1.1" }
spec.source = { :git => "https://github.com/dogo/SCLAlertView.git", :tag => "0.1.2" }
spec.source_files = "SCLAlertView/*"
spec.requires_arc = true
end

0 comments on commit 8cc043f

Please sign in to comment.