blob: 7d7a3ea70389a6b74c96acb56e8d76c16a0dfeac [file] [log] [blame]
{
"name": "ImageCoordinateSpace",
"swift_version": "4.2",
"cocoapods_version": ">= 1.5.0",
"version": "1.0.7",
"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.7"
},
"social_media_url": "https://twitter.com/iospaulz",
"platforms": {
"ios": "9.2"
},
"requires_arc": true,
"source_files": "ImageCoordinateSpace/**/*.{h,swift}",
"frameworks": "UIKit",
"testspecs": [
{
"name": "UnitSpecs",
"test_type": "unit",
"resources": "Example/Assets.xcassets",
"source_files": "Unit Tests/**/*.{h,swift}",
"dependencies": {
"Quick": "~> 1.3.2",
"Nimble": "~> 7.3.1"
},
"requires_app_host": false
}
]
}