blob: 41dd03263626c2b1c08286f000df90b1af080b7b [file] [log] [blame]
{
"name": "UIActiveableLabel",
"version": "1.0.0",
"summary": "An active-able UILabel for iOS in Swift.",
"homepage": "https://github.com/Meniny/UIActiveableLabel",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Elias Abel": "admin@meniny.cn"
},
"source": {
"git": "https://github.com/Meniny/UIActiveableLabel.git",
"tag": "1.0.0"
},
"social_media_url": "https://meniny.cn",
"swift_version": "4.0",
"platforms": {
"ios": "8.0"
},
"source_files": "UIActiveableLabel/**/*.{h,swift}",
"frameworks": [
"Foundation",
"UIKit"
],
"module_name": "UIActiveableLabel"
}