[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 6 / a / FlexibleDiff / 0.0.9 / FlexibleDiff.podspec.json
blob366a967af89c96610f8d5c507e932b14188a93e8
2   "name": "FlexibleDiff",
3   "version": "0.0.9",
4   "summary": "A Swift collection diffing μframework.",
5   "description": "A Swift collection diffing μframework implementing the O(N) Paul Heckel diff algorithm.",
6   "homepage": "https://github.com/RACCommunity/FlexibleDiff",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": "ReactiveCocoa",
12   "platforms": {
13     "ios": "9.0",
14     "osx": "10.9",
15     "watchos": "2.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/RACCommunity/FlexibleDiff.git",
20     "tag": "0.0.9"
21   },
22   "source_files": "FlexibleDiff/*.{swift}",
23   "swift_versions": "4.2",
24   "swift_version": "4.2"