[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 2 / e / SerialGate / 1.5 / SerialGate.podspec.json
blob0cd155c1e93b4097f14466618c6f24f1bc326649
2   "name": "SerialGate",
3   "version": "1.5",
4   "summary": "Serial Communication Library for macOS written in 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/Kyomesuke",
15   "platforms": {
16     "osx": "10.10"
17   },
18   "source": {
19     "git": "https://github.com/Kyome22/SerialGate.git",
20     "tag": "1.5"
21   },
22   "frameworks": [
23     "Appkit",
24     "IOKit"
25   ],
26   "source_files": "SerialGate/**/*.swift",
27   "swift_version": "5",
28   "requires_arc": true