blob: 17dd1d18cb35fd49b41863b609bb7b12363d68cb [file] [log] [blame]
{
"name": "JAMFKit",
"version": "0.3.3",
"summary": "A JSS communication framework written in Swift",
"description": "JamfKit is an iOS / macOS / tvOS framework to communicate with the JSS API offered by any Jamf host.",
"homepage": "https://github.com/Ethenyl/JamfKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Damien Rivet": "damien.rivet@gmail.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Ethenyl/JamfKit.git",
"tag": "0.3.3"
},
"source_files": "JamfKit/Sources/**/*.swift",
"frameworks": "Foundation"
}