blob: 840d3edf25a25370396a7c700387cf92caa75b35 [file] [log] [blame]
{
"name": "openxcframework",
"version": "1.1.4",
"summary": "A short description of openxcframework.",
"swift_version": "5.0",
"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": "1.1.4"
},
"platforms": {
"ios": "12.0"
},
"exclude_files": "openxcframework/*.plist",
"source_files": "openxcframework/*.{swift}",
"dependencies": {
"protobufSwift": [
"~> 1.3.4"
]
},
"module_name": "openXCiOSFramework",
"frameworks": [
"ExternalAccessory",
"CoreBluetooth",
"Foundation"
]
}