[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / a / 9 / 5 / OSCGateway / 1.0.1 / OSCGateway.podspec.json
blobee8db60d380a02134714154eae9e0a5b71eb44b4
2   "name": "OSCGateway",
3   "version": "1.0.1",
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.1"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "source_files": "OSCGateway/Classes/**/*",
21   "dependencies": {
22     "SwiftOSC": [
23       "~> 1.2"
24     ]
25   }