[Add] DingRTC_iOS 3.5.0
[CocoaPods.git] / Specs / 6 / d / 8 / BKDeltaCalculator / 1.0.0 / BKDeltaCalculator.podspec.json
blobf814f384f4758858d5b0932e0502608acfbe9af2
2   "name": "BKDeltaCalculator",
3   "version": "1.0.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Andrew Toulouse": "andrew@atoulou.se"
10   },
11   "source": {
12     "git": "https://github.com/Basket/BKDeltaCalculator.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "BKDeltaCalculator/*.{h,m}",
20   "public_header_files": [
21     "BKDeltaCalculator/BKDelta.h",
22     "BKDeltaCalculator/BKDeltaCalculator.h"
23   ],
24   "frameworks": "Foundation"