blob: 46666da9b12d06d457ae4f8bf52d2d8a477d534f [file] [log] [blame]
{
"name": "SECoreTextView",
"version": "0.6.0",
"summary": "Multi-line rich text view library with clickable links, selectable text, embeding images and editing.",
"homepage": "https://github.com/kishikawakatsumi/SECoreTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kishikawakatsumi": "kishikawakatsumi@mac.com"
},
"source": {
"git": "https://github.com/kishikawakatsumi/SECoreTextView.git",
"tag": "v0.6.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Lib/*",
"resources": "Resources/SECoreTextView.bundle",
"frameworks": [
"QuartzCore",
"CoreText"
],
"requires_arc": true
}