blob: ac3345f5564459041fe8faa61a5806049040747f [file] [log] [blame]
{
"name": "GDChannel",
"version": "0.6.0",
"summary": "iOS and Mac OS X client for realtime-channel.",
"homepage": "https://github.com/goodow/GDChannel",
"license": "MIT",
"authors": {
"Larry Tin": "dev@goodow.com"
},
"source": {
"git": "https://github.com/goodow/GDChannel.git",
"tag": "v0.6.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GDChannel": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"MQTTKit": [
"~> 0.1.0"
]
}
}