blob: 097440c64556e69abff0b16a65b9826719a43384 [file] [log] [blame]
{
"name": "TBMultiAppearanceButton",
"version": "1.2.0",
"summary": "Swift framework to configure and switch between multiple appearances of a UIButton",
"homepage": "https://github.com/TalkingBibles/TBMultiAppearanceButton",
"license": {
"type": "MIT",
"text": "@see LICENSE"
},
"authors": {
"Talking Bibles International": "devops@talkingbibles.org",
"Clay Smith": "s.clay.smith@gmail.com"
},
"social_media_url": "https://twitter.com/Talking_Bibles",
"source": {
"git": "https://github.com/TalkingBibles/TBMultiAppearanceButton.git",
"tag": "v1.2.0"
},
"requires_arc": true,
"xcconfig": {
"SWIFT_INSTALL_OBJC_HEADER": "NO"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "TBMultiAppearanceButton/*.{swift}",
"frameworks": "UIKit"
}
}