blob: c43f2246d553c0f7b28a47451e0a30738bd2b56f [file] [log] [blame]
{
"name": "McuManager",
"version": "0.7-alpha2",
"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-alpha2"
},
"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"
]
}
}