blob: 357c55474b4184561ecf604d7510201374896250 [file] [log] [blame]
{
"name": "RMShapedImageView",
"version": "0.1",
"license": "Apache License, Version 2.0",
"summary": "A UIImageView subclass that ignores touches on transparent pixels.",
"homepage": "https://github.com/robotmedia/RMShapedImageView",
"authors": "Hermes Pique",
"source": {
"git": "https://github.com/robotmedia/RMShapedImageView.git",
"tag": "0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "RMShapedImageView",
"frameworks": [
"CoreGraphics",
"UIKit"
],
"requires_arc": true
}