blob: 62719551cb51f1cd6034b1daa0322def8df4e767 [file] [log] [blame]
{
"name": "GDChannel",
"version": "0.5.5",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"summary": "Event bus client over WebSocket for Java/Android/iOS/Javascript/GWT/J2ObjC",
"homepage": "https://github.com/goodow/realtime-channel",
"authors": {
"Larry Tin": "dev@goodow.com"
},
"source": {
"git": "https://github.com/goodow/GDChannel.git",
"tag": "v0.5.5"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"header_mappings_dir": "Classes/generated",
"source_files": [
"Classes/common",
"Classes/generated/**/*.{h,m}"
],
"dependencies": {
"GDJson": [
"~> 0.5"
],
"SocketRocket": [
"~> 0.3.1-beta2"
],
"Google-Diff-Match-Patch": [
"~> 0.0.1"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/J2ObjC/dist/include\""
}
}