blob: dc422a062dba3097affc3e9962a5a60f928dc56c [file] [log] [blame]
{
"name": "AutoEquatable",
"version": "2.1",
"summary": "Convenient protocol that allows all types to easily and safely conform to Equatable.",
"description": "AutoEquatable provides a confenient and future proof way of conforming to Equatable. Compares all of a types properties to evaluate Equatable. There is no risk of forgetting to add new properties to the `==(lhs:rhs:)` operation if more properties are added.",
"homepage": "https://github.com/Rivukis/AutoEquatable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brian Radebaugh": "Rivukis@gmail.com"
},
"source": {
"git": "https://github.com/Rivukis/AutoEquatable.git",
"tag": "2.1"
},
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "AutoEquatable.playground/Sources/AutoEquatable.swift"
}