blob: 84167f966725c2076020578be6c097f0bff13b23 [file] [log] [blame]
{
"name": "LKButterflyBluetooth",
"version": "0.2.0",
"summary": "Bluetooth for Butterfly",
"description": "Shared code for bluetooth using Butterfly. This is the iOS portion.",
"homepage": "https://github.com/lightningkite/butterfly-bluetooth-ios",
"license": "MIT",
"authors": {
"Captain": "joseph@lightningkite.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/lightningkite/butterfly-bluetooth-ios.git",
"tag": "0.2.0"
},
"source_files": "LKButterflyBluetooth/**/*.swift",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"requires_arc": true,
"swift_versions": "5.3",
"xcconfig": {
"SWIFT_VERSION": "5.3"
},
"dependencies": {
"LKButterfly/Core": [
],
"RxBluetoothKit": [
]
},
"swift_version": "5.3"
}