blob: db463737d5732a5441ae71e91dedef027c9f7bed [file] [log] [blame]
{
"name": "EasyExposureKit",
"version": "1.0.1",
"summary": "Help to analyze exposure events for UIView in iOS.",
"description": "This is a library to help to analyze exposure events for UIView in iOS.",
"homepage": "https://github.com/623637646/ExposureKit",
"license": "MIT",
"authors": {
"Yanni Wang": "wy19900729@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5",
"source": {
"git": "https://github.com/623637646/ExposureKit.git",
"tag": "1.0.1"
},
"source_files": "ExposureKit/**/*.{h,m,swift}",
"public_header_files": "ExposureKit/Public/**/*.h",
"dependencies": {
"EasySwiftHook": [
"~> 3.1.2"
]
},
"swift_version": "5"
}