blob: 6344fb681f56bb21e4d07155d470f197fa30642b [file] [log] [blame]
{
"name": "KSGithubStatusAPI",
"version": "0.2.0",
"summary": "A simple Objective-C API controller for status.github.com.",
"homepage": "https://github.com/Keithbsmiley/KSGithubStatusAPI",
"license": "MIT",
"authors": {
"Keith Smiley": "keithbsmiley@gmail.com"
},
"source": {
"git": "https://github.com/Keithbsmiley/KSGithubStatusAPI.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"Reachability": [
"~> 3.1.0"
]
}
}