blob: 74bf73c7575cdb06b57208a99e893a8d13acb825 [file] [log] [blame]
{
"name": "EnumCollection",
"version": "1.4.0",
"summary": "An Extension for Swift Enum Type",
"description": "EnumCollection is an Extension for Swift Enum Type.",
"homepage": "https://github.com/Meniny/EnumCollection",
"license": "MIT",
"authors": {
"Elias Abel": "Meniny@qq.com"
},
"source": {
"git": "https://github.com/Meniny/EnumCollection.git",
"tag": "1.4.0"
},
"social_media_url": "https://meniny.cn/",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5"
},
"swift_versions": "5",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "EnumCollection/**/*.{h,swift}",
"public_header_files": "EnumCollection/**/*{.h}",
"frameworks": "Foundation"
}