blob: 8b61dcef6c80393923f40bc7601202f6ff35785c [file] [log] [blame]
{
"name": "OctoKit.swift",
"version": "0.5.0",
"summary": "A Swift API Client for GitHub and GitHub Enterprise",
"description": "You are looking at the A Swift API Client for GitHub and GitHub Enterprise.\nThis is very unofficial and not maintained by Github.",
"homepage": "https://github.com/nerdishbynature/octokit.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Piet Brauer": "piet@nerdishbynature.com"
},
"source": {
"git": "https://github.com/nerdishbynature/octokit.swift.git",
"tag": "0.5.0"
},
"social_media_url": "https://twitter.com/pietbrauer",
"module_name": "Octokit",
"dependencies": {
"NBNRequestKit": [
"~> 0.1.0"
]
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "OctoKit/*.swift"
}