[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 3 / 4 / ObjectiveGit / 0.1 / ObjectiveGit.podspec.json
blob1753c44b6d42cd5551c2e7bfa3e33a40ee55fe47
2   "name": "ObjectiveGit",
3   "version": "0.1",
4   "summary": "Objective-C bindings to libgit2.",
5   "homepage": "https://github.com/libgit2/objective-git",
6   "license": "MIT",
7   "authors": {
8     "Tim Clem": "timothy.clem@gmail.com",
9     "Josh Abernathy": "josh@github.com"
10   },
11   "source": {
12     "git": "https://github.com/libgit2/objective-git.git",
13     "tag": "0.1",
14     "submodules": true
15   },
16   "source_files": "Classes/**/*.{h,m}",
17   "osx": {
18     "libraries": [
19       "ssl",
20       "crypto",
21       "z"
22     ]
23   },
24   "ios": {
25     "libraries": [
26       "z"
27     ]
28   },
29   "requires_arc": true,
30   "platforms": {
31     "ios": "5.0",
32     "osx": "10.6"
33   },
34   "dependencies": {
35     "libgit2": [
36       "0.18.0beta0"
37     ]
38   },
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"