blob: c331b439d693a8d0f36a2c99ad3b8d0b1ae46b84 [file] [log] [blame]
{
"name": "HandlersKit",
"version": "1.0.0",
"summary": "Swift closure-based actions and delegates to UIKit",
"homepage": "https://github.com/hhru/HandlersKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HeadHunter iOS Team": "https://hh.ru"
},
"source": {
"git": "https://github.com/hhru/HandlersKit.git",
"tag": "1.0.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"ios": {
"frameworks": "UIKit"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0"
}