blob: 81eeff1619521e98271b0d4790135dbd3b1a790b [file] [log] [blame]
{
"name": "SECoreTextView",
"version": "0.7.4",
"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.7.4"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": [
"QuartzCore",
"CoreText"
]
},
"osx": {
"frameworks": [
"ApplicationServices",
"CoreText"
]
},
"source_files": "Lib/*",
"resources": "Resources/SECoreTextView.bundle",
"requires_arc": true
}