blob: 92e2e41d7bc91d6cb2a1d184d3f17a28f4fd4d65 [file] [log] [blame]
{
"name": "Changeset",
"version": "3.1",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"homepage": "https://github.com/osteslag/Changeset",
"authors": {
"Joachim Bondo": "joachim@bondo.net"
},
"social_media_url": "https://twitter.com/osteslag",
"summary": "Minimal edits from one collection to another",
"description": "A Swift value type to compute and hold the edits required to go from one CollectionType of Equatable elements to another.",
"source": {
"git": "https://github.com/osteslag/Changeset.git",
"tag": "v3.1"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.9",
"watchos": "2.0"
}
}