blob: 2403b570289714bf0c2a4a7f435bf80fa1fbb6f0 [file] [log] [blame]
{
"name": "SwiftOSC",
"version": "1.2.2",
"summary": "SwiftOSC is an Open Sound Control client and server framework written in Swift.",
"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).",
"homepage": "https://github.com/devinroth/SwiftOSC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Devin Roth": "devin@devinrothmusic.com"
},
"source": {
"git": "https://github.com/devinroth/SwiftOSC.git",
"tag": "1.2.2"
},
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"ios": {
"source_files": [
"Framework/iOS/iOS}",
"Framework/iOS/**/*.{c,h,m,swift}",
"Framework/SwiftOSC/**/*.{c,h,m,swift}"
]
},
"osx": {
"source_files": [
"Framework/macOS/macOS",
"Framework/macOS/**/*.{c,h,m,swift}",
"Framework/SwiftOSC/**/*.{c,h,m,swift}"
]
}
}