-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe4e329
commit 9705c11
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,10 @@ | |
|
||
Pod::Spec.new do |s| | ||
s.name = 'VSAlert' | ||
s.version = '1.3.4' | ||
s.version = '1.3.5' | ||
s.summary = "An drop-in replacement for UIAlertController with more power and better looks." | ||
s.description = "An drop-in replacement for UIAlertController that looks a hell of a lot better, built in Objective-C. Based on Codedio's aweomse Swift library, PMAlertController." | ||
s.homepage = 'https://vsalert.vsanthanam.com' | ||
s.homepage = 'https://vsalert.io' | ||
s.license = { :type => 'Copyright', :text => 'MIT' } | ||
s.author = { 'Varun Santhanam' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/vsanthanam/VSAlert.git', :tag => s.version.to_s } | ||
|