2 "name": "ObjectiveGit",
4 "summary": "Objective-C bindings to libgit2.",
5 "homepage": "https://github.com/libgit2/objective-git",
8 "Tim Clem": "timothy.clem@gmail.com",
9 "Josh Abernathy": "josh@github.com"
12 "git": "https://github.com/libgit2/objective-git.git",
16 "source_files": "Classes/**/*.{h,m}",
39 "prefix_header_contents": "#define GTLog(fmt, ...) NSLog((@\"%s [Line %d] \" fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__);",
40 "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"