blob: d40fddf662bafb2f5e5f788928e636c041e8e00d [file] [log] [blame]
{
"name": "SimpleMDM-Swift",
"module_name": "SimpleMDM",
"version": "0.8.0",
"summary": "Swift bindings for the SimpleMDM API.",
"description": "SimpleMDM-Swift is a cross-platform (iOS, macOS, tvOS, watchOS) SDK to access the SimpleMDM API written in Swift.\n\nPlease Note: This library is not officially supported by SimpleMDM. It does not currently wrap the complete functionality of the SimpleMDM API. Use at your own risk.",
"homepage": "https://github.com/guillaumealgis/simplemdm-swift",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Guillaume Algis": "guillaume.algis@gmail.com"
},
"source": {
"git": "https://github.com/guillaumealgis/simplemdm-swift.git",
"tag": "0.8.0"
},
"documentation_url": "https://guillaumealgis.github.io/SimpleMDM-Swift/",
"social_media_url": "https://twitter.com/guillaumealgis",
"swift_versions": [
"5.0",
"5.1"
],
"platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "11.0",
"watchos": "4.0"
},
"dependencies": {
"PromiseKit/CorePromise": [
"= 6.9"
]
},
"source_files": "Sources/**/*.swift",
"swift_version": "5.1"
}