blob: 96dd901ab158109e8daad528ca870bb90a7115dc [file] [log] [blame]
{
"name": "EABlurView",
"module_name": "EABlurView",
"version": "1.0.0",
"summary": "Dynamic Blur View.",
"homepage": "https://github.com/Bushtit/EABlurView",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Bushtit Lab": "admin@meniny.cn"
},
"social_media_url": "https://meniny.cn/",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Bushtit/EABlurView.git",
"tag": "1.0.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5"
},
"swift_versions": "5",
"default_subspecs": "Core",
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "Core",
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "EABlurView/Core/**/*.swift"
}
]
}