diff --git a/WCAlertView/1.0.1/WCAlertView.podspec b/WCAlertView/1.0.1/WCAlertView.podspec new file mode 100644 index 00000000000000..6a843e4c45357c --- /dev/null +++ b/WCAlertView/1.0.1/WCAlertView.podspec @@ -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" => "m1entus@gmail.com" } + + 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