blob: 186eaf7c3a2040e6e621b44076d4ff4418393670 [file] [log] [blame]
{
"name": "ArrayDiff",
"version": "1.2.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.2.0"
},
"source_files": "ArrayDiff/*.swift"
}