From d6ebcdbc0a76831910e4db1f29d60a7c8da8cade Mon Sep 17 00:00:00 2001 From: Scott90 Date: Sat, 1 Feb 2014 18:50:23 -0600 Subject: [PATCH] Update podspec --- SDCAlertView.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SDCAlertView.podspec b/SDCAlertView.podspec index 8a462fad..e23a5b0e 100644 --- a/SDCAlertView.podspec +++ b/SDCAlertView.podspec @@ -1,19 +1,19 @@ Pod::Spec.new do |s| s.name = 'SDCAlertView' - s.version = '0.9' + s.version = '1.0' s.license = { :type => 'MIT', :file => 'LICENSE' } s.authors = { 'Scott Berrevoets' => 's.berrevoets@me.com' } - s.summary = 'SDCAlertView adds a contentView property to a pixel-for-pixel clone of UIAlertView' + s.summary = 'SDCAlertView is a UIAlertView clone with added functionality including a contentView property' s.homepage = 'https://github.com/Scott90/SDCAlertView' # Source Info s.platform = :ios, '7.0' s.source = { :git => 'https://github.com/Scott90/SDCAlertView.git', :tag => "v#{s.version}" } - s.source_files = 'SDCAlertView/SDCAlertView.{h,m}', 'SDCAlertView/SDCAlertView_Private.h', 'SDCAlertView/SDCAlertViewController.{h,m}', 'SDCAlertView/SDCAlertViewContentView.{h,m}', 'SDCAlertView/SDCAlertViewBackgroundView.{h,m}', 'SDCAlertView/SDCAlertViewBackground.png', 'SDCAlertView/SDCAlertViewBackground@2x.png' + s.source_files = 'SDCAlertView/SDCAlertView.{h,m}', 'SDCAlertView/SDCAlertView_Private.h', 'SDCAlertView/SDCAlertViewCoordinator.{h,m}', 'SDCAlertView/SDCAlertViewController.{h,m}', 'SDCAlertView/SDCAlertViewContentView.{h,m}', 'SDCAlertView/SDCAlertViewBackgroundView.{h,m}', 'SDCAlertView/SDCAlertViewBackground.png', 'SDCAlertView/SDCAlertViewBackground@2x.png' s.requires_arc = true # Pod Dependencies - s.dependency 'SDCAutoLayout' - s.dependency 'RBBAnimation' + s.dependency 'SDCAutoLayout', '~> 2.0' + s.dependency 'RBBAnimation', '~> 0.3' end \ No newline at end of file