| { |
| "name": "PBImageView", |
| "version": "1.0.3", |
| "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.3" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "PBImageView/Classes/**/*" |
| } |