Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott90 committed Feb 2, 2014
1 parent 89f3b43 commit d6ebcdb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SDCAlertView.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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/[email protected]'
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/[email protected]'

s.requires_arc = true

# Pod Dependencies
s.dependency 'SDCAutoLayout'
s.dependency 'RBBAnimation'
s.dependency 'SDCAutoLayout', '~> 2.0'
s.dependency 'RBBAnimation', '~> 0.3'
end

0 comments on commit d6ebcdb

Please sign in to comment.