blob: 33b4d922bbe149b676cbde4560886334d6805672 [file] [log] [blame]
{
"name": "SimpleMDM-Swift",
"version": "0.1.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.1.0"
},
"documentation_url": "https://guillaumealgis.github.io/SimpleMDM-Swift/",
"social_media_url": "https://twitter.com/guillaumealgis",
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "Sources/**/*.swift"
}