blob: e46dbba3839087379f75ddeaa7d48d46a79be087 [file] [log] [blame]
{
"name": "OctoKit",
"version": "0.1.1",
"summary": "GitHub API client for Objective-C.",
"homepage": "https://github.com/octokit/octokit.objc",
"license": "MIT",
"authors": {
"GitHub": "support@github.com"
},
"source": {
"git": "https://github.com/octokit/octokit.objc.git",
"tag": "0.1.1"
},
"source_files": "OctoKit",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"dependencies": {
"AFNetworking": [
"~> 1.3.3"
],
"ISO8601DateFormatter": [
"~> 0.7.0"
],
"Mantle": [
"~> 1.3.1"
],
"ReactiveCocoa": [
"~> 2.1.4"
],
"libextobjc/EXTKeyPathCoding": [
"~> 0.3.0"
]
},
"requires_arc": false
}