Skip to content

Commit

Permalink
[Fix] FXImageView (1.2.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Netthöfel committed Oct 25, 2012
1 parent b6389c7 commit b10246f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions FXImageView/1.2.3/FXImageView.podspec
@@ -0,0 +1,27 @@
Pod::Spec.new do |s|
s.name = "FXImageView"
s.version = "1.2.3"
s.summary = "FXImageView is a class designed to simplify the application of common visual effects."
s.description = <<-DESC
FXImageView is a class designed to simplify the application of common visual effects such as reflections and drop-shadows to images. FXImageView includes sophisticated queuing and caching logic to maximise performance when rendering these effects in real time.
As a bonus, FXImageView includes a standalone UIImage category for cropping, scaling and applying effects directly to an image.
DESC
s.homepage = "https://github.com/nicklockwood/FXImageView"


s.license = 'custom'

s.author = { "Nick Lockwood" => "support@charcoaldesign.co.uk" }
s.source = { :git => "https://github.com/nicklockwood/FXImageView.git", :tag => "1.2.3" }


s.platform = :ios


s.source_files = 'FXImageView/**/*.{h,m}'


s.requires_arc = true

end

0 comments on commit b10246f

Please sign in to comment.