Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vikmeup committed Apr 18, 2016
1 parent 43774e0 commit 079d4a2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions SCLAlertView.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
Pod::Spec.new do |s|
s.name = "SCLAlertView"
s.version = "0.5.1"
s.version = "0.5.3"
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"

# s.license = "MIT (example)"
s.license = { :type => "MIT", :file => "LICENCE" }
s.author = { "Viktor" => "[email protected]" }
s.social_media_url = "http://twitter.com/vikmeup"
s.platform = :ios
s.ios.deployment_target = '8.0'
s.source = { :git => "https://github.com/vikmeup/SCLAlertView-Swift.git", :tag => "0.5.1" }
s.source = { :git => "https://github.com/vikmeup/SCLAlertView-Swift.git", :tag => s.version }
s.source_files = "SCLAlertView/*"
#s.framework = "QuartzCore"
s.requires_arc = true
Expand Down

0 comments on commit 079d4a2

Please sign in to comment.