Skip to content

Commit

Permalink
added podspec for BJImageCropper
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettj committed Aug 30, 2012
1 parent eaeaeba commit adcfb1f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions BJImageCropper/1.0.1/BJImageCropper.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "BJImageCropper"
s.version = "1.0.1"
s.summary = "A simple UIView subclass that allows a user to crop an image. If you use it, I'd love to know! Twitter: @barrettjacobsen"
s.description = <<-DESC
An easy to use library/control to allow the user to crop an image to their specfications.
DESC
s.homepage = "http://www.barrettj.com"
s.license = 'MIT'
s.author = { "Barrett Jacobsen" => "admin@barrettj.com" }
s.source = { :git => "https://github.com/barrettj/BJImageCropper.git", :tag => "1.0.1" }
s.platform = :ios, '4.3'
s.source_files = 'BJImageCropper'
s.requires_arc = true
end

0 comments on commit adcfb1f

Please sign in to comment.