blob: b5fc0a197c3711c43b54995f487c2c73b1f11413 [file] [log] [blame]
{
"name": "JMHoledView",
"version": "0.2.0",
"summary": "UIView subclass designed to be filled with holes",
"requires_arc": true,
"description": "JMHoledView is a UIView subclass. Holes can be configured and a delegate method is triggered on user interaction.",
"homepage": "https://github.com/leverdeterre/JMHoledView",
"screenshots": "https://raw.githubusercontent.com/leverdeterre/JMHoledView/master/screenshots/demo1.png",
"license": "MIT",
"authors": {
"jerome Morissard": "morissardj@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/leverdeterre/JMHoledView.git",
"tag": "0.2.0"
},
"source_files": [
"Classes",
"JMHoledView/JMHoledView/*.{h,m}"
],
"public_header_files": "JMHoledView/JMHoledView/*.h"
}