blob: c4ed2728ccbbce3990fa4fb65df518807d1f1336 [file] [log] [blame]
{
"name": "MuShareYYText",
"summary": "Powerful text framework for iOS to display and edit rich text.",
"version": "1.2.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ibireme": "ibireme@gmail.com",
"yy": "yanyin1986@gmail.com"
},
"social_media_url": "http://blog.ibireme.com",
"homepage": "https://github.com/ibireme/YYText",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/MuShare/YYText.git",
"tag": "1.2.2"
},
"requires_arc": true,
"source_files": "YYText/**/*.{h,m}",
"public_header_files": "YYText/**/*.{h}",
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"QuartzCore",
"Accelerate",
"CoreServices"
]
}