blob: 98d5b88ffee1a73644b1dfa8d85672134857c79a [file] [log] [blame]
{
"name": "Phoenix-ObjC",
"version": "0.2.1",
"summary": "Objective-C client for Phoenix.",
"description": " Objective-C client for Phoenix Framework\n",
"homepage": "https://github.com/RokkinCat/phoenix-objc",
"license": "MIT",
"authors": {
"Josh Holtz": "josh@rokkincat.com"
},
"source": {
"git": "https://github.com/RokkinCat/phoenix-objc.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"Phoenix-ObjC": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"SocketRocket": [
"~> 0.3.1-beta2"
]
}
}