blob: ec03d07470d98c1cf71e46a3b88da8b783422061 [file] [log] [blame]
{
"name": "openxcframework",
"version": "1.1.1",
"summary": "A short description of openxcframework.",
"swift_version": "3.2",
"homepage": "https://github.com/kranjanford/openxcframework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kranjanford": "kranjan@ford.com"
},
"source": {
"git": "https://github.com/kranjanford/openxcframework.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "9.0"
},
"exclude_files": "openxcframework/*.plist",
"source_files": "openxcframework/*.{swift}",
"dependencies": {
"protobufSwift": [
"~> 1.3.2"
]
},
"module_name": "openXCiOSFramework",
"frameworks": [
"ExternalAccessory",
"CoreBluetooth",
"Foundation"
]
}