blob: bc246f91a24e89d140c95da3ab81034fd9c32e1f [file] [log] [blame]
{
"name": "DeftEquatable",
"version": "1.0.0",
"summary": "Never implement Equatable manually again.",
"description": "With DeftEquatable, you never implement Equatable manually again.",
"homepage": "https://github.com/Meniny/DeftEquatable",
"license": "MIT",
"authors": {
"Elias Abel": "Meniny@qq.com"
},
"source": {
"git": "https://github.com/Meniny/DeftEquatable.git",
"tag": "1.0.0"
},
"social_media_url": "https://meniny.cn/",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "DeftEquatable/**/*.{h,swift}",
"public_header_files": "DeftEquatable/**/*{.h}",
"frameworks": "Foundation",
"pushed_with_swift_version": "4.0"
}