blob: faaf8925a94626e3e4f8007f12e06bf507e0cf9d [file] [log] [blame]
{
"name": "SECoreTextView",
"version": "0.8.0",
"summary": "Multi-line rich text view library with clickable links, selectable text, embeding images and editing.",
"homepage": "https://github.com/kishikawakatsumi/SECoreTextView",
"social_media_url": "https://twitter.com/k_katsumi",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kishikawakatsumi": "kishikawakatsumi@mac.com"
},
"source": {
"git": "https://github.com/kishikawakatsumi/SECoreTextView.git",
"tag": "v0.8.0"
},
"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
}