blob: 2658ae4c61d71a45f4551c6b3eb4273be430fbf6 [file] [log] [blame]
{
"name": "JVTouchEventsWindow",
"version": "1.0",
"summary": "A simple framework that allows to display touch events within your app demos.",
"description": "JVTouchEventsWindow is a simple helper framework to display touches events within your projects demos. It really comes handy when you want to show off your app and create a preview video/gif of your app.",
"homepage": "http://jv17.github.io/JVTouchEventsWindow",
"license": "MIT",
"authors": {
"Jorge Valbuena": "jorgevalbuena2@gmail.com"
},
"source": {
"git": "https://github.com/JV17/JVTouchEventsWindow.git",
"tag": "1.0"
},
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JVTouchEventsWindow": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}