blob: 18aa7ee16fe95a2fca0b3078ed1b1b0cf1398730 [file] [log] [blame]
{
"name": "gom-client-objc",
"version": "0.5.0",
"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.5.0"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"SocketRocket": [
"~> 0.3"
]
}
}