blob: d761fb82a9f0061134cb7cf208119afc8e947af8 [file] [log] [blame]
{
"name": "AutoEquatable",
"version": "1.3",
"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": "1.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AutoEquatable.playground/Sources/AutoEquatable.swift",
"pushed_with_swift_version": "3.0"
}