2 "name": "BKDeltaCalculator",
4 "summary": "Lightweight Objective-C library to transform a pair of collections into sets of changes",
5 "description": "Lightweight Objective-C library to transform a pair of collections into sets of changes, primarily for use in dynamically-updated table and collection views",
6 "homepage": "https://github.com/Basket/BKDeltaCalculator",
9 "Andrew Toulouse": "andrew@atoulou.se"
12 "git": "https://github.com/Basket/BKDeltaCalculator.git",
19 "source_files": "BKDeltaCalculator/*.{h,m}",
20 "public_header_files": [
21 "BKDeltaCalculator/BKDelta.h",
22 "BKDeltaCalculator/BKDeltaCalculator.h"
24 "frameworks": "Foundation"