blob: 91643c4e52f1dfc1d678d560eca9251fa5bb2484 [file] [log] [blame]
{
"name": "UZTextView",
"version": "1.0.3",
"summary": "Clickable and selectable text view for iOS.",
"homepage": "https://github.com/sonsongithub/UZTextView",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Yuichi Yoshida": "yoshida.yuichi@gmail.com"
},
"source": {
"git": "https://github.com/sonsongithub/UZTextView.git",
"tag": "v1.0.3"
},
"platforms": {
"ios": "7.0"
},
"public_header_files": "UZTextView/UZTextView.h",
"source_files": "UZTextView/*",
"frameworks": [
"QuartzCore",
"CoreText"
],
"requires_arc": true
}