blob: 97e86ffebf3c65a4584044e759182527a39203ea [file] [log] [blame]
{
"name": "JKResize",
"version": "0.1.0",
"summary": "JKResize is a helper tool for image resizing and returning correct size with specific aspect rule condition.",
"description": "Here are some cases you might consider using JKResize.\n.Can use UIImage Category to get aspect resized image\n.Calculate the aspect resized CGSize and CGRect values for generic purpose",
"homepage": "https://github.com/huang-kun/JKResize",
"license": "MIT",
"authors": {
"huang-kun": "jack-huang-developer@foxmail.com"
},
"source": {
"git": "https://github.com/huang-kun/JKResize.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JKResize": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}