blob: 231b61e8c71eb0baf7ce273181f25995845415e8 [file] [log] [blame]
{
"name": "ImageCoordinateSpace",
"cocoapods_version": ">= 0.36",
"version": "0.3.1",
"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": "0.3.1"
},
"social_media_url": "https://twitter.com/iospaulz",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "ImageCoordinateSpace/**/*.{h,swift}",
"frameworks": "UIKit"
}