blob: 26758cb0b3ef5a580a9c0cdfa8da921247aa827a [file] [log] [blame]
{
"name": "SteamController",
"version": "1.2",
"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.2"
},
"social_media_url": "https://twitter.com/maczydeco",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"frameworks": [
"GameController",
"CoreBluetooth"
],
"default_subspecs": "default",
"subspecs": [
{
"name": "default",
"source_files": "SteamController/*.{h,m}",
"public_header_files": "SteamController/*.h"
},
{
"name": "no-private-api",
"compiler_flags": "-DSTEAMCONTROLLER_NO_PRIVATE_API",
"source_files": "SteamController/*.{h,m}",
"public_header_files": "SteamController/*.h"
}
]
}