[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / e / a / 4 / HeckelDiff / 0.2.4 / HeckelDiff.podspec.json
blob027263c16b291d0986efbc7881b86638c4beec28
2   "name": "HeckelDiff",
3   "version": "0.2.4",
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.2.4"
14   },
15   "social_media_url": "https://twitter.com/mcudich",
16   "platforms": {
17     "ios": "8.0",
18     "tvos": "9.0"
19   },
20   "swift_version": "4.2",
21   "source_files": "Source/**/*.{h,m,swift}"