blob: a55446f7a31dc39248d3f41c78e6753a8e01549f [file] [log] [blame]
{
"name": "KRWordWrapLabel",
"version": "2.0.1",
"summary": "UILabel subclass which provides **Word Wrap** based on white spaces not depending on languages",
"homepage": "https://github.com/inkyfox/KRWordWrapLabel",
"screenshots": "https://github.com/inkyfox/KRWordWrapLabel/blob/master/screenshot/KRWordWrapLabel.gif",
"license": "MIT",
"authors": {
"Yongha Yoo": "inkyfox@oo-v.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/inkyfox/KRWordWrapLabel.git",
"tag": "2.0.1"
},
"frameworks": "UIKit",
"requires_arc": true,
"source_files": "Sources/KRWordWrapLabel.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}