[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 4 / 8 / 7 / libgit2 / 0.17.0 / libgit2.podspec.json
blob111f429bb0b557e49dc9bb020cf1003e889366f0
2   "name": "libgit2",
3   "version": "0.17.0",
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     "tag": "v0.17.0"
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   ],
25   "public_header_files": "include/**/*.h",
26   "preserve_paths": "Authors",
27   "libraries": "z",
28   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/libgit2/include"
30   },
31   "requires_arc": false