blob: b281098ae2a1293ea6e4842159064d71993b17ee [file] [log] [blame]
{
"name": "YYText",
"summary": "Powerful text framework for iOS to display and edit rich text.",
"version": "0.9.4",
"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/ibireme/YYText.git",
"tag": "0.9.4"
},
"requires_arc": true,
"source_files": "YYText/**/*.{h,m}",
"public_header_files": "YYText/**/*.{h}",
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"QuartzCore",
"Accelerate",
"MobileCoreServices"
]
}