| { |
| "name": "SRInstaImageView", |
| "version": "0.1.0", |
| "summary": "SRInstaImageView is a subclass of UIImageView", |
| "description": "TODO: SRInstaImageView is a subclass of UIImageView which popup a larger imageView on long press and removes it on release(as in instagram).", |
| "homepage": "https://github.com/shamshiranees/SRInstaImageView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "shamshir.anees@gmail.com": "shamshir.anees@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/shamshiranees/SRInstaImageView.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "SRInstaImageView/Classes/**/*", |
| "frameworks": "UIKit", |
| "pushed_with_swift_version": "3.0" |
| } |