blob: 9aa466e62d041f014cc0824d43b07cea75d289f8 [file] [log] [blame]
{
"name": "GitDiff",
"version": "0.1.0",
"summary": "Parse git unified diffs with Swift.",
"homepage": "https://github.com/guillermomuntaner/GitDiff",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Guillermo Muntaner": "guillermomp87@gmail.com"
},
"source": {
"git": "https://github.com/guillermomuntaner/GitDiff.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/guillermomp87",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "GitDiff/Classes/**/*",
"frameworks": "Foundation"
}