blob: f60417e58ed629ea98804a2353fe2c840310e7a6 [file] [log] [blame]
{
"name": "RoUTP",
"version": "1.1.0",
"summary": "Reliable-over-Unreliable Transport Protocol for Apple Game Center Multiplayer.",
"homepage": "https://github.com/rabovik/RoUTP",
"license": "MIT",
"authors": {
"Yan Rabovik": "yan@rabovik.ru"
},
"source": {
"git": "https://github.com/rabovik/RoUTP.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"RoUTP",
"RoUTP/**/*.{h,m}"
],
"public_header_files": "RoUTP/*.h",
"requires_arc": true
}