blob: 65667db51395063ee2dfb44dccfdb718522511b9 [file] [log] [blame]
{
"name": "FOTextLayout",
"version": "0.0.1",
"summary": "This is a library of text layout",
"homepage": "https://github.com/SYLuffy/FOTextLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shenyi": "372713852@qq.com"
},
"source": {
"git": "https://github.com/SYLuffy/FOTextLayout.git",
"tag": "0.0.1"
},
"source_files": "FOText/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "8"
},
"description": "Free text layout, Vertical text layout",
"frameworks": [
"UIKit",
"Foundation",
"CoreText"
]
}