[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 9 / 5 / OSCGateway / 1.0.0 / OSCGateway.podspec.json
blob6e84d56f4048b8e93c5eb648af6e5eec24e8f6ea
2   "name": "OSCGateway",
3   "version": "1.0.0",
4   "summary": "Type-safe networking abstraction layer for OSC.",
5   "homepage": "https://github.com/0x0c/OSCGateway",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Akira Matsuda": "akira.matsuda@me.com"
12   },
13   "source": {
14     "git": "https://github.com/0x0c/OSCGateway.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "source_files": "OSCGateway/Classes/**/*",
21   "dependencies": {
22     "SwiftOSC": [
23       "~> 1.2"
24     ]
25   }