[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / 4 / Diffing / 0.2.0 / Diffing.podspec.json
blob15af49f855f996b65466d8b15cd4a16ecc1a757b
2   "name": "Diffing",
3   "version": "0.2.0",
4   "summary": "A small framework designed to determine the differences between two collections.",
5   "description": "Diffing is a small framework designed to make determining the differences, or edits, between two collections as simple as possible.",
6   "homepage": "https://github.com/wmcginty/Diffing",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "William McGinty": "mcgintw@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/wmcginty/Diffing.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "Sources/**/*",
23   "frameworks": "Foundation",
24   "swift_version": "5.0"