blob: ff50cad4c6275ddaf8e87c1b526d334c8b4aef1f [file] [log] [blame]
{
"name": "OctoKit",
"version": "0.5",
"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.5"
},
"source_files": "OctoKit",
"requires_arc": true,
"platforms": {
"ios": "5.1",
"osx": "10.7"
},
"prepare_command": " find . -regex '.*\\.[hm]' -exec sed -i '' -E 's@<ReactiveCocoa/(EXT.*)\\.h>@<ReactiveCocoa/RAC\\1.h>@' {} \\;\n",
"dependencies": {
"AFNetworking": [
"~> 1.3.3"
],
"ISO8601DateFormatter": [
"~> 0.7.0"
],
"Mantle": [
"~> 1.3.1"
],
"ReactiveCocoa": [
"~> 2.2.2"
]
}
}