blob: daa7316cf6c760313e388c76c6f6daa45768a194 [file] [log] [blame]
{
"name": "McuManager",
"version": "0.7-alpha1",
"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": "v0.7-alpha1"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"source_files": "Source/**/*.{swift, h}",
"exclude_files": "Source/*.plist",
"requires_arc": true,
"dependencies": {
"SwiftCBOR": [
"0.3.0"
]
}
}