blob: 4f31e7c1c727778717791fc20846d79f85c74ca9 [file] [log] [blame]
{
"name": "Phoenix-ObjC",
"version": "0.2.0",
"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.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"Phoenix-ObjC": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"SocketRocket": [
"~> 0.3.1-beta2"
]
}
}