[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / b / 5 / objective-git / 0.0.1 / objective-git.podspec.json
blobc2ddafb38a53e1c2612ec08e6cb72ea98d9836d0
2   "name": "objective-git",
3   "version": "0.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     "commit": "561b0282fc890b6507bc54490dabf14475cbed7d",
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   "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",
35   "subspecs": [
36     {
37       "name": "libgit",
38       "source_files": "libgit2/include/**/*.h",
39       "exclude_files": "**/*{inttypes,stdint}*",
40       "header_mappings_dir": "libgit/include",
41       "libraries": "git2"
42     }
43   ]