blob: 6d6e56ba308f31d548c1392801020a79058e0949 [file] [log] [blame]
{
"name": "libgit2iOS",
"version": "0.1.1",
"summary": "libgit2 for iOS",
"description": "libgit2 iOS pod.",
"homepage": "https://github.com/mewehk/libgit2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Movie": "100992222@qq.com"
},
"source": {
"git": "https://github.com/mewehk/libgit2.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "libgit2iOS/**/*.{swift,h}",
"ios": {
"vendored_libraries": "libgit2iOS/libgit2-ios.a"
},
"public_header_files": "libgit2iOS/**/*.h"
}