blob: dd31a302cbd01f6be41b7290833c8d2972331524 [file] [log] [blame]
{
"name": "gcd-netlib",
"version": "0.1.0",
"summary": "A C++ Networking Library Built on Libdispatch GCD",
"description": "A TCP socket networking library built on top of Apple's grand central dispatch (libdispatch).",
"homepage": "https://github.com/dennycd/gcd-netlib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Denny C. Dai": "dennycd@me.com"
},
"source": {
"git": "https://github.com/dennycd/gcd-netlib.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "gcd-netlib/Classes/**/*"
}