blob: 1fec5ebf01d6b50c3266daddcc0551ac23e0885b [file] [log] [blame]
{
"name": "JVTouchEventsWindow",
"version": "0.1.1",
"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": "https://github.com/JV17/JVTouchEventsWindow-Pod",
"license": "MIT",
"authors": {
"Jorge Valbuena": "jorgevalbuena2@gmail.com"
},
"source": {
"git": "https://github.com/JV17/JVTouchEventsWindow-Pod.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JVTouchEventsWindow": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}