blob: 024c5c474b4dcfa7d024423a5d3d30cb4ddd5bd1 [file] [log] [blame]
{
"name": "ImageCoordinateSpace",
"cocoapods_version": ">= 1.3.1",
"version": "1.0.5",
"summary": "Convert image coordinates to image view depending on content mode",
"description": "Convert CGPoint and CGRect between UIImage and UIImageView coordinates respecting UIViewContentMode and using UICoordinateSpace",
"homepage": "https://github.com/paulz/ImageCoordinateSpace",
"screenshots": "https://raw.githubusercontent.com/paulz/ImageCoordinateSpace/master/Example/demo.gif",
"license": "MIT",
"authors": {
"Paul Zabelin": "https://github.com/paulz"
},
"source": {
"git": "https://github.com/paulz/ImageCoordinateSpace.git",
"tag": "1.0.5"
},
"social_media_url": "https://twitter.com/iospaulz",
"platforms": {
"ios": "9.2"
},
"requires_arc": true,
"source_files": "ImageCoordinateSpace/**/*.{h,swift}",
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}