diff --git a/DSGraphicsKit/1.0/DSGraphicsKit.podspec b/DSGraphicsKit/1.0/DSGraphicsKit.podspec index ea84c24443e6a0..9155b9504b7a5c 100644 --- a/DSGraphicsKit/1.0/DSGraphicsKit.podspec +++ b/DSGraphicsKit/1.0/DSGraphicsKit.podspec @@ -3,8 +3,23 @@ Pod::Spec.new do |s| s.version = '1.0' s.license = 'MIT' s.summary = 'Utilties for common and advanced graphics operations.' + s.description = <<-DESC + Utilities for common and advanced graphics operations. + + DSGraphicsKit provides support to quickly perform the following operations: + + - Images: + - Create icons with fills, glows and shadows from the alpha channel of an image. + - Resize with corner rounding. + - Render a layer to an image. + - Views: + - Add a 3d rotation along the y axis. + - Add a reflection. + - Animations: + - Add a pop up animation to a layer. + DESC s.homepage = 'https://github.com/Discontinuity-srl/DSGraphicsKit' - s.author = { 'Fabio' => 'fabio@discontinuity.it' } + s.author = { 'Fabio A. Pelosin' => 'fabio@discontinuity.it' } s.source = { :git => 'https://github.com/Discontinuity-srl/DSGraphicsKit.git', :tag => '1.0' } s.platform = :ios, '4.0' s.source_files = 'Classes'