blob: bf27e4dd832c99839e7c74a6349100f317e39373 [file] [log] [blame]
{
"name": "openxcframework",
"version": "1.1.0",
"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.0"
},
"platforms": {
"ios": "9.0"
},
"exclude_files": "openxcframework/*.plist",
"source_files": "openxcframework/*.{swift}",
"dependencies": {
"protobufSwift": [
"~> 1.3.2"
]
},
"module_name": "openXCiOSFramework",
"frameworks": [
"ExternalAccessory",
"CoreBluetooth",
"Foundation"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.2"
}
}