blob: 908b3989f4171816cfc85279b00c47de7a38e07e [file] [log] [blame]
{
"name": "openxcframework",
"version": "5.0.0",
"summary": "A short description of openxcframework.",
"homepage": "https://github.com/openxc/openxc-ios-library",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kranjanford": "kranjan@ford.com"
},
"source": {
"git": "https://github.com/openxc/openxc-ios-library.git",
"tag": "5.0.0"
},
"platforms": {
"ios": "9.3"
},
"exclude_files": "openxcframework/*.plist",
"source_files": "openxcframework/*.{swift}",
"dependencies": {
"ProtocolBuffers-Swift": [
]
},
"module_name": "openXCiOSFramework",
"frameworks": [
"ExternalAccessory",
"CoreBluetooth",
"Foundation"
],
"swift_version": "5.0"
}