[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 3 / 4 / Diffing / 0.5.0 / Diffing.podspec.json
blobc97660cabd8de8b62a775f132b42f706add7f233
2   "name": "Diffing",
3   "version": "0.5.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.5.0"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "tvos": "11.0",
21     "osx": "10.13"
22   },
23   "swift_versions": "5.5",
24   "source_files": "Sources/**/*",
25   "frameworks": "Foundation",
26   "swift_version": "5.5"