[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 6 / 0 / SynologySwift / 0.0.5 / SynologySwift.podspec.json
blob2d6ed3830a89faba8a9cbf849680ce6a6572c984
2   "name": "SynologySwift",
3   "version": "0.0.5",
4   "summary": "Swift library for accessing Synology NAS and use DiskStation APIs",
5   "description": "Swift library for accessing Synology NAS. Resolve host/iP of your NAS with a QuickConnectId and connect by APIs throught encryption service.",
6   "homepage": "https://github.com/Thomaslegravier/SynologySwift",
7   "license": "MIT",
8   "authors": {
9     "Thomas Le Gravier": "legravier.thomas@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/lebasalte",
12   "requires_arc": true,
13   "swift_version": "4.2",
14   "source": {
15     "git": "https://github.com/Thomaslegravier/SynologySwift.git",
16     "tag": "0.0.5"
17   },
18   "source_files": "Sources/SynologySwift/**/*.swift",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.10",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   }