blob: fc9f17bb6075326d6d5c56b69ad3084c6589c659 [file] [log] [blame]
{
"name": "SimpleMDM-Swift",
"module_name": "SimpleMDM",
"version": "0.3.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.3.0"
},
"documentation_url": "https://guillaumealgis.github.io/SimpleMDM-Swift/",
"social_media_url": "https://twitter.com/guillaumealgis",
"swift_versions": [
"5.0",
"5.0.1",
"5.0.1"
],
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"dependencies": {
"PromiseKit/CorePromise": [
"~> 6.8"
]
},
"source_files": "Sources/**/*.swift",
"swift_version": "5.0.1"
}