[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 8 / 9 / gom-client-objc / 0.2.0 / gom-client-objc.podspec.json
blob01e544d19a712f26ffd9398458cbe6d3bed8f126
2   "name": "gom-client-objc",
3   "version": "0.2.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.2.0"
20   },
21   "source_files": "gom-client-objc/**/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "SocketRocket": [
25       "~> 0.3"
26     ]
27   }