[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 0 / 2 / e / SerialGate / 1.0 / SerialGate.podspec.json
blob72e75743de1973645795cb4647d9ada33885fc2b
2   "name": "SerialGate",
3   "version": "1.0",
4   "summary": "Serial Communication Library for macOS written by Swift.",
5   "description": "By using SerialGate, serial communication with Arduino and mbed can be implemented easily.\nSerial communication demo app can be downloaded from GitHub.",
6   "homepage": "https://github.com/Kyome22/SerialGate",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Takuto Nakamura": "kyomesuke@icloud.com"
13   },
14   "social_media_url": "https://twitter.com/Kyomesuke3",
15   "platforms": {
16     "osx": "10.10"
17   },
18   "source": {
19     "git": "https://github.com/Kyome22/SerialGate.git",
20     "tag": "1.0"
21   },
22   "frameworks": [
23     "Appkit",
24     "IOKit"
25   ],
26   "source_files": "SerialGate/**/*.swift",
27   "swift_version": "4.2",
28   "requires_arc": true