[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / 7 / e / 4 / Changeset / 3.1.1 / Changeset.podspec.json
blob65a1be104e0485a5f36f8e6a9c2aa81e7ef9d09b
2   "name": "Changeset",
3   "version": "3.1.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "homepage": "https://github.com/osteslag/Changeset",
9   "authors": {
10     "Joachim Bondo": "joachim@bondo.net"
11   },
12   "social_media_url": "https://twitter.com/osteslag",
13   "summary": "Minimal edits from one collection to another",
14   "description": "A Swift value type to compute and hold the edits required to go from one CollectionType of Equatable elements to another.",
15   "source": {
16     "git": "https://github.com/osteslag/Changeset.git",
17     "tag": "v3.1.1"
18   },
19   "source_files": "Sources/*.swift",
20   "requires_arc": true,
21   "swift_version": "4.2",
22   "platforms": {
23     "ios": "8.0",
24     "tvos": "9.0",
25     "osx": "10.9",
26     "watchos": "2.0"
27   }