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