Skip to content

Commit

Permalink
[Update] MTBlockAlertView (0.1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwightman committed Feb 13, 2013
1 parent d2b794e commit ea7902e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions MTBlockAlertView/0.1.1/MTBlockAlertView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "MTBlockAlertView"
s.version = "0.1.1"
s.summary = "An iOS Alert View that uses block-based delegation instead of protocols."
s.homepage = "https://github.com/mysterioustrousers/MTBlockAlertView"
s.license = 'MIT'
s.authors = { "Mysterious Trousers, LLC" => "drycleanonly@mysterioustrousers.com", "Parker Wightman" => "parkerwightman@gmail.com" }
s.source = { :git => "https://github.com/mysterioustrousers/MTBlockAlertView.git", :tag => "0.1.1" }
s.platform = :ios, '5.0'
s.source_files = 'MTBlockAlertView/MTBlockAlertView/*.{h,m}'
s.requires_arc = true
end

0 comments on commit ea7902e

Please sign in to comment.