blob: ceae39033e1dc04630fc243f6bca05aa1977e5d1 [file] [log] [blame]
{
"name": "DSMKit",
"version": "0.1.1",
"summary": "Swift library for Synology DSM APIs",
"description": "DSMKit is a Swift library for Synology DSM APIs.\nIt provides parameter encoding, Codable types for JSON responses and convenient classes, extensions and functions.",
"homepage": "https://github.com/kewlbear/DSMKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Changbeom Ahn": "kewlbear@gmail.com"
},
"source": {
"git": "https://github.com/kewlbear/DSMKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "DSMKit/Classes/**/*"
}