blob: 1753c44b6d42cd5551c2e7bfa3e33a40ee55fe47 [file] [log] [blame]
{
"name": "ObjectiveGit",
"version": "0.1",
"summary": "Objective-C bindings to libgit2.",
"homepage": "https://github.com/libgit2/objective-git",
"license": "MIT",
"authors": {
"Tim Clem": "timothy.clem@gmail.com",
"Josh Abernathy": "josh@github.com"
},
"source": {
"git": "https://github.com/libgit2/objective-git.git",
"tag": "0.1",
"submodules": true
},
"source_files": "Classes/**/*.{h,m}",
"osx": {
"libraries": [
"ssl",
"crypto",
"z"
]
},
"ios": {
"libraries": [
"z"
]
},
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.6"
},
"dependencies": {
"libgit2": [
"0.18.0beta0"
]
},
"prefix_header_contents": "#define GTLog(fmt, ...) NSLog((@\"%s [Line %d] \" fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__);",
"description": " Objective Git provides Objective-C bindings to the libgit2 linkable C Git library.\n This library follows the rugged API as close as possible while trying to maintain a native objective-c feel.\n"
}