blob: a077460c7facfd3441f9d50375f99034e37c9962 [file] [log] [blame]
{
"name": "UIClosure",
"version": "1.0.0",
"summary": "Time-saving closures for iOS UI elements written in Swift",
"homepage": "https://github.com/Meniny/UIClosure",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Elias Abel": "admin@meniny.cn"
},
"source": {
"git": "https://github.com/Meniny/UIClosure.git",
"tag": "1.0.0"
},
"social_media_url": "https://meniny.cn",
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"source_files": "UIClosure/**/*.{swift}",
"frameworks": [
"Foundation",
"UIKit"
],
"module_name": "UIClosure"
}