blob: 5a13cfcd72e74e0fae329664113b34ec1a15c8b6 [file] [log] [blame]
{
"name": "FastDiff",
"platforms": {
"ios": "9.0"
},
"summary": "FastDiff is a general purpose diffing algorithm with Linear complexity O(n)",
"requires_arc": true,
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vijaya Prakash Kandel": "kandelvijaya@gmail.com"
},
"homepage": "https://github.com/kandelvijaya/FastDiff",
"source": {
"git": "https://github.com/kandelvijaya/FastDiff.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.{swift}",
"swift_version": "4.2"
}