blob: c69df347dace11a94f4af495ca86f33387af0852 [file] [log] [blame]
{
"name": "SynologySwift",
"version": "0.0.2",
"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_version": "4.0",
"source": {
"git": "https://github.com/Thomaslegravier/SynologySwift.git",
"tag": "0.0.2"
},
"source_files": "Sources/SynologySwift/**/*.swift",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
}
}