[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 5 / c / libgit2iOS / 0.1.2.6 / libgit2iOS.podspec.json
blob2aab6abfb84d235d7f07ce5f5454b6670617f031
2   "name": "libgit2iOS",
3   "version": "0.1.2.6",
4   "summary": "libgit2 for iOS",
5   "swift_version": "4.0",
6   "description": "libgit2 iOS pod.",
7   "homepage": "https://github.com/mewehk/libgit2",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Movie": "100992222@qq.com"
14   },
15   "source": {
16     "git": "https://github.com/mewehk/libgit2.git",
17     "tag": "0.1.2.6"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "libgit2iOS/*.{swift,m,h}",
23   "preserve_paths": "libgit2iOS/dependencies",
24   "ios": {
25     "pod_target_xcconfig": {
26       "SWIFT_INCLUDE_PATHS": "\"$(PODS_ROOT)/libgit2iOS/libgit2iOS/dependencies\" \"$(SRCROOT)/libgit2iOS/libgit2iOS/dependencies/git2\"",
27       "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/libgit2iOS/libgit2iOS/dependencies\"",
28       "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/libgit2iOS/libgit2iOS/dependencies/git2\""
29     }
30   },
31   "libraries": [
32     "git2",
33     "z",
34     "iconv"
35   ]