[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / c / 2 / SwiftOSC / 1.1.1 / SwiftOSC.podspec.json
blobac499f2f36af1badbd3a2fdf859328bd6de0e6df
2   "name": "SwiftOSC",
3   "version": "1.1.1",
4   "summary": "SwiftOSC is an Open Sound Control client and server framework written in Swift.",
5   "description": "SwiftOSC is an Open Sound Control client and server framework written in Swift. SwiftOSC impliments all the functionality of the OSC 1.0 specifications (http://opensoundcontrol.org/spec-1_0) and is also exteneded to include the features of OSC 1.1 (https://hangar.org/webnou/wp-content/uploads/2012/01/Nime09OSCfinal.pdf).",
6   "homepage": "https://github.com/devinroth/SwiftOSC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Devin Roth": "devin@devinrothmusic.com"
13   },
14   "source": {
15     "git": "https://github.com/devinroth/SwiftOSC.git",
16     "tag": "1.1.1"
17   },
18   "platforms": {
19     "ios": "10.3",
20     "osx": "10.11"
21   },
22   "ios": {
23     "source_files": [
24       "Framework/iOS/iOS",
25       "Framework/iOS/**/*.{c,h,m,swift}"
26     ]
27   },
28   "osx": {
29     "source_files": [
30       "Framework/macOS/macOS",
31       "Framework/macOS/**/*.{c,h,m,swift}"
32     ]
33   }