blob: c71f6c76d0c11a4bab581e70544dca5a37af0516 [file] [log] [blame]
{
"name": "PBImageView",
"version": "0.1.0",
"summary": "A UIImageView alternative that allows for animations between contentModes.",
"description": "A UIImageView alternative that allows for animations between contentModes using the UIView.animateWithDuration methods.",
"homepage": "https://github.com/patrickbdev/PBImageView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"patrickbdev": "patbdev@gmail.com"
},
"source": {
"git": "https://github.com/patrickbdev/PBImageView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PBImageView/Classes/**/*"
}