blob: 196c9975abc48fdeeeed9348b23911ba6215f8fd [file] [log] [blame]
{
"name": "McuManager",
"version": "0.10.0",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"summary": "A mobile management library for devices running Apache Mynewt or Zephyr",
"homepage": "https://github.com/JuulLabs-OSS/mcumgr-ios",
"authors": {
"Brian Giori": "brian.giori@juul.com"
},
"source": {
"git": "https://github.com/JuulLabs-OSS/mcumgr-ios.git",
"tag": "0.10.0"
},
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.2"
],
"platforms": {
"ios": "9.0"
},
"source_files": "Source/**/*.{swift, h}",
"exclude_files": "Source/*.plist",
"requires_arc": true,
"dependencies": {
"SwiftCBOR": [
"0.4.3"
]
},
"swift_version": "5.2"
}