| { |
| "name": "SynologySwift", |
| "version": "0.2", |
| "summary": "Swift library for Synology DiskStation and use DSM APIs (login with encryption)", |
| "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.2" |
| }, |
| "source_files": "Sources/SynologySwift/**/*.swift", |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.10", |
| "watchos": "2.0", |
| "tvos": "9.0" |
| }, |
| "swift_version": "5.0" |
| } |