[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 8 / 9 / gom-client-objc / 0.3.3 / gom-client-objc.podspec.json
blob3a51cca754d3f074c6446bbda278d1d5756acbaa
2   "name": "gom-client-objc",
3   "version": "0.3.3",
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     "osx": "10.7"
17   },
18   "source": {
19     "git": "https://github.com/artcom/gom-client-objc.git",
20     "tag": "0.3.3"
21   },
22   "source_files": "Classes/**/*.{h,m}",
23   "requires_arc": true,
24   "dependencies": {
25     "SocketRocket": [
26       "~> 0.3"
27     ]
28   }