Skip to content

Commit

Permalink
[Fix] DSGraphicsKit (1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Jul 10, 2012
1 parent 12b06d6 commit 7a0bb09
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion DSGraphicsKit/1.0/DSGraphicsKit.podspec
Expand Up @@ -3,8 +3,23 @@ Pod::Spec.new do |s|
s.version = '1.0' s.version = '1.0'
s.license = 'MIT' s.license = 'MIT'
s.summary = 'Utilties for common and advanced graphics operations.' 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.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.source = { :git => 'https://github.com/Discontinuity-srl/DSGraphicsKit.git', :tag => '1.0' }
s.platform = :ios, '4.0' s.platform = :ios, '4.0'
s.source_files = 'Classes' s.source_files = 'Classes'
Expand Down

0 comments on commit 7a0bb09

Please sign in to comment.