[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 8 / 9 / gom-client-objc / 0.3.0 / gom-client-objc.podspec.json
blob6d774525332344e4317939f7fe9482e2b575c27e
2   "name": "gom-client-objc",
3   "version": "0.3.0",
4   "summary": "A GOM client written in Objective-C for the Cocoa framework.",
5   "description": "                    This project contains a GOM client written in Objective-C for the Cocoa framework. This client can be used in iOS and OS X projects.\n",
6   "homepage": "https://github.com/artcom/gom-client-objc",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Julian Krumow": "julian.krumow@artcom.de"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/artcom/gom-client-objc.git",
19     "tag": "0.3.0"
20   },
21   "source_files": "gom-client-objc/**/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "SocketRocket": [
25       "~> 0.3"
26     ]
27   }