blob: 601a1e49f4a74f754bb4f345df5d8e0d2aac7eb6 [file] [log] [blame]
{
"name": "JAQDiceView",
"version": "0.1.0",
"summary": "A roll-the-dice view with SceneKit",
"description": " A roll-the-dice view ready to use, made with SceneKit. >=iOS8\n",
"homepage": "https://github.com/javierquerol/JAQDiceView",
"license": "MIT",
"authors": {
"Javier Querol": "querol.javi@gmail.com"
},
"source": {
"git": "https://github.com/javierquerol/JAQDiceView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/javierquerol",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"JAQDiceView": [
"Pod/Assets/*.{png,dae}"
]
},
"frameworks": "SceneKit"
}