blob: 526ba0002e2e0f86ae808e9b8f5a99623b1fc628 [file] [log] [blame]
{
"name": "Phoenix-ObjC",
"version": "0.2.2",
"summary": "Objective-C client for Phoenix.",
"description": "Objective-C client for Phoenix Framework",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"Phoenix-ObjC": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"SocketRocket": [
"~> 0.4.0"
]
}
}