blob: 3b8451fca569cae0600647626e255b2d15d53728 [file] [log] [blame]
{
"name": "DZImageView",
"version": "0.1.0",
"summary": "Image View with content mode animations.",
"description": "DZImageView gives you animatable content modes for an image view.",
"homepage": "https://github.com/fortyfox/DZImageView",
"license": "MIT",
"authors": {
"Melvin Beemer": "melvin.beemer@gmail.com"
},
"source": {
"git": "https://github.com/fortyfox/DZImageView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DZImageView": [
"Pod/Assets/*.png"
]
}
}