blob: 308f01024cbd72e4d360324a41a6f622d5322694 [file] [log] [blame]
{
"name": "BKDeltaCalculator",
"version": "1.1.1",
"summary": "Lightweight Objective-C library to transform a pair of collections into sets of changes",
"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",
"homepage": "https://github.com/Basket/BKDeltaCalculator",
"license": "MIT",
"authors": {
"Andrew Toulouse": "andrew@atoulou.se"
},
"source": {
"git": "https://github.com/Basket/BKDeltaCalculator.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "BKDeltaCalculator/*.{h,m}",
"public_header_files": [
"BKDeltaCalculator/BKDelta.h",
"BKDeltaCalculator/BKDeltaCalculator.h"
],
"frameworks": "Foundation"
}