blob: cb64a04683ed7cf22de030764ea568d74fe1fc6d [file] [log] [blame]
{
"name": "SwiftOSC",
"version": "1.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Framework/iOS/iOS",
"Framework/**/*.{c,h,m,swift}"
],
"public_header_files": "Framework/iOS/**/*.h",
"pushed_with_swift_version": "4.0"
}