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