Skip to content

Commit

Permalink
Merge pull request #947 from egrim/master
Browse files Browse the repository at this point in the history
[Update] PSAlertView (1.1)
  • Loading branch information
keith committed Dec 29, 2012
2 parents 7d8412b + 6cca4a5 commit 25917ab
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 25917ab

Please sign in to comment.