blob: f13ee9be12caea780ee0af3536b26e92f62e8a1e [file] [log] [blame]
{
"name": "SocketIO",
"version": "0.0.1",
"summary": "SocketIO v0.1.x via JavaScriptCore",
"platforms": {
"ios": "7.0"
},
"description": " A longer description of SocketIO in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "http://github.com/hden/SocketIO.JSCore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hao-kang Den": "haokang.den@gmail.com"
},
"social_media_url": "http://twitter.com/_hden",
"source": {
"git": "https://github.com/hden/SocketIO.JSCore.git",
"tag": "0.0.1"
},
"source_files": "SocketIO/**/*.{h,m}",
"requires_arc": true,
"public_header_files": "SocketIO/**/*.h",
"dependencies": {
"Emitter": [
]
},
"resource_bundles": {
"SocketIO": "SocketIO/*.html"
}
}