| { |
| "name": "MZCroppableView", |
| "version": "0.1.0", |
| "summary": "Irregular image cropping.", |
| "description": "MZCroppableView is a subclass of UIView that helps in irregular image cropping.\nThis project is based on the logic of JBCroppableView and i just modified it according to my requirement and share with others so all credit goes to Javier Berlana, Mobile One2One", |
| "homepage": "https://github.com/mzeeshanid/MZCroppableView", |
| "license": "MIT", |
| "authors": { |
| "Muhammad Zeeshan": "mzeeshanid@yahoo.com" |
| }, |
| "source": { |
| "git": "https://github.com/mzeeshanid/MZCroppableView.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/mzeeshanid", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "MZCroppableView/Classes/**/*", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ] |
| } |