Skip to content

Commit

Permalink
[Update] WCAlertView 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m1entus committed May 5, 2013
1 parent 74c6e42 commit 7377af6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions WCAlertView/1.0.1/WCAlertView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = "WCAlertView"
s.version = "1.0.1"
s.summary = "WCAlertView is deliverd from UIAlertView. It's support color customization and blocks."

s.homepage = "https://github.com/m1entus/WCAlertView"

s.license = { :type => 'MIT', :file => 'LICENSE' }

s.author = { "Michał Zaborowski" => "[email protected]" }

s.source = { :git => "https://github.com/m1entus/WCAlertView.git",
:tag => '1.0.1' }

s.source_files = 'WCAlertView/*.{h,m}'

s.platform = :ios, '4.3'

s.framework = 'QuartzCore'
s.requires_arc = true
end

0 comments on commit 7377af6

Please sign in to comment.