Skip to content

Commit

Permalink
[Update] PSAlertView (1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
egrim committed Dec 29, 2012
1 parent 6566e5c commit 6cca4a5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions PSAlertView/1.1/PSAlertView.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'PSAlertView'
s.version = '1.1'
s.summary = "Modern block-based wrappers for UIAlertView and UIActionSheet."
s.homepage = "https://github.com/steipete/PSAlertView"
s.author = { 'Peter Steinberger' => 'steipete@gmail.com' }
s.source = { :git => 'https://github.com/steipete/PSAlertView.git', :tag => '1.1' }
s.platform = :ios
s.requires_arc = true
s.source_files = '*.{h,m}'
s.license = 'MIT'
end

0 comments on commit 6cca4a5

Please sign in to comment.