blob: e955d0e2ba974f52f37e198a706e8821edeca7ca [file] [log] [blame]
{
"name": "DFDiff",
"version": "0.1.0",
"summary": "Easy way to find changes in NSArray and animate reloading data in UITableView.",
"homepage": "https://github.com/marciniwanicki/DFDiff",
"license": "MIT",
"authors": {
"Marcin Iwanicki": "marcin.iwanicki@appliwings.com"
},
"source": {
"git": "https://github.com/marciniwanicki/DFDiff.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "DFDiff/**/*.{h,m}",
"public_header_files": "DFDiff/**/*.h"
}