blob: cdc8204193d54e8544f18e90513b7dfc3331fcbf [file] [log] [blame]
{
"name": "PinchableImageView",
"version": "0.1.0",
"summary": "You can pinch an imageView.",
"description": "You can rotate and scale this imageView by pinching.",
"homepage": "https://github.com/malt03/PinchableImageView",
"license": "MIT",
"authors": {
"Koji Murata": "malt.koji@gmail.com"
},
"source": {
"git": "https://github.com/malt03/PinchableImageView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PinchableImageView": [
"Pod/Assets/*.png"
]
}
}