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