blob: 66f36bb8ba8a034be3307894fe9dbab2bc7d2c96 [file] [log] [blame]
{
"name": "BestFitImageView",
"platforms": {
"ios": "7.0"
},
"version": "1.0.0",
"summary": "BestFitImageView automatically selects the best contentMode by comparing the image size to the frame size.",
"homepage": "https://github.com/JRG-Developer/BestFitImageView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joshua Greene": "jrg.developer@gmail.com"
},
"source": {
"git": "https://github.com/JRG-Developer/BestFitImageView.git",
"tag": "1.0.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"source_files": "BestFitImageView/*{h,m}"
}