blob: 5d86780d10604592c3f6981ad3f387cf4114d2e8 [file] [log] [blame]
{
"name": "ArrayDiff",
"version": "1.1.0",
"summary": "ArrayDiff quickly computes the difference between two arrays, works great with UITableView/UICollectionView",
"homepage": "https://github.com/Adlai-Holler/ArrayDiff",
"license": {
"type": "MIT"
},
"authors": {
"Adlai-Holler": "adlai@icloud.com"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Adlai-Holler/ArrayDiff.git",
"tag": "v1.1.0"
},
"source_files": "ArrayDiff/*.swift"
}