blob: 29bf7ed3fd4ec32377e51bb0a7c80bef48eb473c [file] [log] [blame]
{
"name": "SynologySwift",
"version": "0.1.0",
"summary": "Swift library for accessing Synology NAS and use DiskStation APIs",
"description": "Swift library for accessing Synology NAS. Resolve host/iP of your NAS with a QuickConnectId and connect by APIs throught encryption service.",
"homepage": "https://github.com/Thomaslegravier/SynologySwift",
"license": "MIT",
"authors": {
"Thomas Le Gravier": "legravier.thomas@gmail.com"
},
"social_media_url": "https://twitter.com/lebasalte",
"requires_arc": true,
"swift_versions": "5.0",
"source": {
"git": "https://github.com/Thomaslegravier/SynologySwift.git",
"tag": "0.1.0"
},
"source_files": "Sources/SynologySwift/**/*.swift",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
}
}