blob: 78d3e9dae199bbec0f36937ebec388b664952b35 [file] [log] [blame]
{
"name": "SteamController",
"version": "1.0.3",
"summary": "Support Steam Controller in BLE mode.",
"description": "Drop-in support for Steam Controllers in iOS/tvOS games.",
"homepage": "https://github.com/zydeco/SteamController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jesús A. Álvarez": "zydeco@namedfork.net"
},
"source": {
"git": "https://github.com/zydeco/SteamController.git",
"tag": "v1.0.3"
},
"social_media_url": "https://twitter.com/maczydeco",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source_files": "SteamController/*",
"public_header_files": "SteamController/*.h",
"frameworks": [
"GameController",
"CoreBluetooth"
]
}