blob: 2654a7bebf31a34802ad31fee614da5524806b88 [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.1",
"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.1"
},
"source_files": "Sources/**/*.{swift}",
"swift_version": "4.2"
}