blob: 8a65d83fc52d0ea5b94499670de3271e9b7c7b9a [file] [log] [blame]
{
"name": "Equals",
"version": "2.0.0",
"summary": "Swift µframework to reduce boilerplate code when conforming to Equatable and Hashable",
"description": "Equals is a µframework that makes implementing Equatable and Hashable protocol very easy\nby providing a little helper which allows you to simply list all of your properties to compare.",
"homepage": "https://github.com/tomquist/Equals",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Tom Quist",
"social_media_url": "http://twitter.com/tomqueue",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/tomquist/Equals.git",
"tag": "v2.0.0"
},
"source_files": "Sources/Equals/*.{h,m,swift}",
"public_header_files": "Sources/Equals/*.h"
}