blob: 5a541841cb25c727028d0e1bb69c10b48c2045aa [file] [log] [blame]
{
"name": "KSGithubStatusAPI",
"version": "0.2.1",
"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.1"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"Reachability": [
"~> 3.1.0"
]
}
}