[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 3 / c / 2 / SwiftOSC / 1.2.6 / SwiftOSC.podspec.json
bloba8054bd9073067363b20b96a3eeb22639b8ebac6
2   "name": "SwiftOSC",
3   "version": "1.2.6",
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.2.6"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.10"
22   },
23   "ios": {
24     "source_files": [
25       "Framework/iOS/iOS}",
26       "Framework/iOS/**/*.{c,h,m,swift}",
27       "Framework/SwiftOSC/**/*.{c,h,m,swift}"
28     ]
29   },
30   "osx": {
31     "source_files": [
32       "Framework/macOS/macOS",
33       "Framework/macOS/**/*.{c,h,m,swift}",
34       "Framework/SwiftOSC/**/*.{c,h,m,swift}"
35     ]
36   },
37   "swift_version": "5.0"