[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / f / a / GDChannel / 0.5.0 / GDChannel.podspec.json
blobbac2853ca1715dc2e2877ffc7331b757a4c56c8c
2   "name": "GDChannel",
3   "version": "0.5.0",
4   "license": {
5     "type": "Apache 2.0",
6     "file": "LICENSE"
7   },
8   "summary": "Event bus client over WebSocket for Java/Android/iOS/Javascript/GWT/J2ObjC",
9   "homepage": "https://github.com/goodow/realtime-channel",
10   "authors": {
11     "Larry Tin": "dev@goodow.com"
12   },
13   "source": {
14     "git": "https://github.com/goodow/GDChannel.git",
15     "tag": "v0.5.0"
16   },
17   "requires_arc": true,
18   "header_mappings_dir": "Classes/generated",
19   "source_files": [
20     "Classes/common",
21     "Classes/generated/**/*.{h,m}"
22   ],
23   "dependencies": {
24     "GDJson": [
25       "~> 0.5"
26     ],
27     "SocketRocket": [
28       "~> 0.3.1-beta2"
29     ]
30   },
31   "xcconfig": {
32     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/J2ObjC/dist/include\""
33   }