[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / 8 / 7 / libgit2 / 0.18.0beta0 / libgit2.podspec.json
blob6cfea19af08b5d24a9a844d371df03b1ab84cac9
2   "name": "libgit2",
3   "version": "0.18.0beta0",
4   "summary": "The libgit2 Library.",
5   "homepage": "http://libgit2.github.com",
6   "license": {
7     "type": "GPL v2 (with linking exception)",
8     "file": "COPYING"
9   },
10   "authors": "See AUTHORS file",
11   "source": {
12     "git": "https://github.com/libgit2/libgit2.git",
13     "commit": "2ff4469afc1e3e142d68c46e3c15e889fe32582a"
14   },
15   "source_files": [
16     "deps/http-parser/*.{h,c}",
17     "src/**/*.{h,c}",
18     "include/**/*.h"
19   ],
20   "exclude_files": [
21     "**/include/git2/inttypes.h",
22     "**/include/git2/stdint.h",
23     "**/src/win32/**",
24     "**/hash_win32.*"
25   ],
26   "public_header_files": "include/**/*.h",
27   "preserve_paths": "Authors",
28   "libraries": "z",
29   "xcconfig": {
30     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/libgit2/include $(PODS_ROOT)/libgit2/src"
31   },
32   "requires_arc": false