blob: 6bed98b3047dd8b6d8797c6ac9099fa56e1bd1cf [file] [log] [blame]
{
"name": "YYText_FixWarnings",
"summary": "Powerful text framework for iOS to display and edit rich text.",
"version": "1.0.9",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sun": "holaux@gmail.com"
},
"homepage": "https://github.com/oneofai/YYText",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/oneofai/YYText.git",
"tag": "1.0.9"
},
"requires_arc": true,
"source_files": "YYText/**/*.{h,m}",
"public_header_files": "YYText/**/*.{h}",
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"QuartzCore",
"Accelerate",
"CoreServices"
]
}