[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / e / f / a / GDChannel / 0.8.0 / GDChannel.podspec.json
blobd267e93f1059899cb182c2c6baca75bcc1db3676
2   "name": "GDChannel",
3   "version": "0.8.0",
4   "summary": "iOS and Mac OS X client for realtime-channel.",
5   "homepage": "https://github.com/goodow/GDChannel",
6   "license": "MIT",
7   "authors": {
8     "Larry Tin": "dev@goodow.com"
9   },
10   "source": {
11     "git": "https://github.com/goodow/GDChannel.git",
12     "tag": "v0.8.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "default_subspecs": "Core",
18   "subspecs": [
19     {
20       "name": "Core",
21       "dependencies": {
22         "MQTTKit": [
23           "~> 0.1.0"
24         ],
25         "Protobuf": [
26           "~> 3.0"
27         ]
28       },
29       "source_files": [
30         "Pod/Classes/**/*",
31         "Pod/Generated/**/*"
32       ],
33       "requires_arc": [
34         "Pod/Classes/**/*"
35       ],
36       "exclude_files": "Pod/Classes/Firebase/**/*",
37       "resource_bundles": {
38         "GDChannel": "protos/*.proto"
39       }
40     },
41     {
42       "name": "Firebase",
43       "dependencies": {
44         "Firebase/Database": [
46         ],
47         "GDChannel/Core": [
49         ]
50       },
51       "source_files": "Pod/Classes/Firebase/**/*"
52     }
53   ]