blob: 764f7d9b519ccf39f5988d620daab8b1bbcbc174 [file] [log] [blame]
{
"name": "OSCKit",
"version": "0.2.0",
"summary": "OSC protocol implementation.",
"homepage": "https://github.com/256dpi/OSCKit",
"license": "MIT",
"authors": {
"Joël Gähwiler": "joel.gaehwiler@gmail.com"
},
"source": {
"git": "https://github.com/256dpi/OSCKit.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "OSCKit/**/*.{h,m,mm,cpp}",
"public_header_files": "OSCKit/*.h",
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.3"
]
}
}