blob: 64bd60d8388a14bfe47053b1e80f2a54c9d0c328 [file] [log] [blame]
{
"name": "GamepadBridge",
"version": "0.1.0",
"license": "MIT",
"summary": "Brings Gamepad API support to iOS WebKit",
"homepage": "https://github.com/conradev/GamepadBridge",
"authors": {
"Conrad Kramer": "conrad@kramerapps.com"
},
"source": {
"git": "https://github.com/conradev/GamepadBridge.git",
"tag": "0.1.0"
},
"source_files": "GamepadBridge",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"frameworks": [
"UIKit",
"JavaScriptCore",
"GameController"
]
}