[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / f / a / GDChannel / 0.5.5 / GDChannel.podspec.json
blob62719551cb51f1cd6034b1daa0322def8df4e767
2   "name": "GDChannel",
3   "version": "0.5.5",
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.5"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
20   },
21   "requires_arc": true,
22   "header_mappings_dir": "Classes/generated",
23   "source_files": [
24     "Classes/common",
25     "Classes/generated/**/*.{h,m}"
26   ],
27   "dependencies": {
28     "GDJson": [
29       "~> 0.5"
30     ],
31     "SocketRocket": [
32       "~> 0.3.1-beta2"
33     ],
34     "Google-Diff-Match-Patch": [
35       "~> 0.0.1"
36     ]
37   },
38   "xcconfig": {
39     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/J2ObjC/dist/include\""
40   }