[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / a / 4 / HeckelDiff / 0.1.0 / HeckelDiff.podspec.json
blob97415fc75ecf32cc15417391f0cb4a7ef819f8c7
2   "name": "HeckelDiff",
3   "version": "0.1.0",
4   "summary": "Pure Swift implementation of Paul Heckel's \"A Technique for Isolating Differences Between Files\"",
5   "description": "Given two collections, provides a very efficient set of steps to transform one into the other. Adds support for UITableView and UICollectionView batched updates.",
6   "homepage": "https://github.com/mcudich/HeckelDiff",
7   "license": "MIT",
8   "authors": {
9     "Matias Cudich": "mcudich@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/mcudich/HeckelDiff.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/mcudich",
16   "platforms": {
17     "ios": "9.3"
18   },
19   "source_files": "Source/**/*",
20   "pushed_with_swift_version": "3.0"