blob: d68d45aa0f1a13f208d52cbd96b2272bf500ca63 [file] [log] [blame]
{
"name": "SECoreTextView",
"version": "0.7.1",
"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.1"
},
"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
}