Skip to content

Commit

Permalink
Bumping to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vikmeup committed Jan 25, 2016
1 parent 59ab8e1 commit e21fe2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SCLAlertView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SCLAlertView"
s.version = "0.4.1"
s.version = "0.5"
s.summary = "Beautiful Alert View. Written in Swift"
s.homepage = "https://github.com/vikmeup/SCLAlertView-Swift"
s.screenshots = "https://raw.githubusercontent.com/vikmeup/SCPopUpView/master/errorScreenshot.png", "https://raw.githubusercontent.com/vikmeup/SCPopUpView/master/successScreenshot.png"
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.social_media_url = "http://twitter.com/hackua"
s.platform = :ios
s.ios.deployment_target = '8.0'
s.source = { :git => "https://github.com/vikmeup/SCLAlertView-Swift.git", :tag => "0.4.1" }
s.source = { :git => "https://github.com/vikmeup/SCLAlertView-Swift.git", :tag => "0.5" }
s.source_files = "SCLAlertView/*"
#s.framework = "QuartzCore"
s.requires_arc = true
Expand Down

0 comments on commit e21fe2a

Please sign in to comment.