blob: e708a53407c8ec1420865934ac0da7fa43be2e0a [file] [log] [blame]
{
"name": "OctoKit",
"version": "0.3",
"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.3"
},
"source_files": "OctoKit",
"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.1.4"
]
},
"requires_arc": false
}