blob: 59d002c1c6346578747e2aa140eafb200b564541 [file] [log] [blame]
{
"name": "PBImageView",
"version": "1.0.2",
"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": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PBImageView/Classes/**/*"
}