[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / a / 9 / 5 / OSCGateway / 1.0.2 / OSCGateway.podspec.json
blob89af4d4658e11a60952081d5217b7447b0dd74b9
2   "name": "OSCGateway",
3   "version": "1.0.2",
4   "summary": "Type-safe networking abstraction layer for Open Sound Control.",
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.2"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "source_files": "OSCGateway/Classes/**/*",
21   "dependencies": {
22     "SwiftOSC": [
23       "~> 1.3.1"
24     ]
25   }