blob: 20e4f00459965191e43f069e5758ea6128cf4b77 [file] [log] [blame]
{
"name": "gom-client-objc",
"version": "0.3.1",
"summary": "A GOM client written in Objective-C for the Cocoa framework.",
"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",
"homepage": "https://github.com/artcom/gom-client-objc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Julian Krumow": "julian.krumow@artcom.de"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/artcom/gom-client-objc.git",
"tag": "0.3.1"
},
"source_files": "gom-client-objc/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"SocketRocket": [
"~> 0.3"
]
}
}