Skip to content

Commit

Permalink
Merge pull request CocoaPods#665 from snod/master
Browse files Browse the repository at this point in the history
adds FXImageView to pods
  • Loading branch information
rsobik committed Oct 25, 2012
2 parents 35334cc + b10246f commit c70ac81
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions FXImageView/1.2.3/FXImageView.podspec
Original file line number Diff line number Diff line change
@@ -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 c70ac81

Please sign in to comment.