blob: f608f79f6dc30e7b0990ce9ddf2126a8e54ba445 [file] [log] [blame]
{
"name": "Changeset",
"version": "1.0.6",
"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": "v1.0.6"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.9",
"watchos": "2.0"
}
}