[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 6 / a / FlexibleDiff / 0.0.1 / FlexibleDiff.podspec.json
blob2b900b4a63af0677faa7037ce2472d3218737db9
2   "name": "FlexibleDiff",
3   "version": "0.0.1",
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": "8.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.1"
21   },
22   "source_files": "FlexibleDiff/*.{swift}",
23   "pushed_with_swift_version": "4.0"