blob: 6f4edd20f600c9de91bb02b986044924200f2ca7 [file] [log] [blame]
{
"name": "ImageCoordinateSpace",
"version": "0.2.0",
"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",
"license": "MIT",
"authors": {
"Paul Zabelin": "https://github.com/paulz"
},
"source": {
"git": "https://github.com/paulz/ImageCoordinateSpace.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/iospaulz",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "ImageCoordinateSpace/**/*",
"resource_bundles": {
"ImageCoordinateSpace": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}