blob: 97e83a92ed901f5284c4551111383dd17f51704f [file] [log] [blame]
{
"name": "JMHoleView",
"version": "0.1.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. Extended library, thanks to jerome Morissard for most work.",
"homepage": "https://github.com/PauliusVindzigelskis/JMHoledView",
"screenshots": "https://raw.githubusercontent.com/leverdeterre/JMHoledView/master/screenshots/demo1.png",
"license": "MIT",
"authors": {
"Paulius Vindzigelskis": "p.vindzigelskis@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/PauliusVindzigelskis/JMHoledView.git",
"tag": "C0.1.0"
},
"source_files": [
"Classes",
"JMHoledView/JMHoledView/*.{h,m}"
],
"public_header_files": "JMHoledView/JMHoledView/*.h"
}