blob: e086a54d71cca5c5d6012511fd425b02b83c233b [file] [log] [blame]
{
"name": "RXCoreText",
"version": "0.8",
"license": "MIT",
"summary": "Image and text use CoreText to show.",
"homepage": "https://github.com/xzjxylophone/RXCoreText",
"authors": {
"Rush.D.Xzj": "xzjxylophoe@gmail.com"
},
"social_media_url": "http://weibo.com/xzjxylophone",
"source": {
"git": "https://github.com/xzjxylophone/RXCoreText.git",
"tag": "v0.8"
},
"description": "RXCoreText is a simple image and text show.",
"source_files": "RXCoreText/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"CoreText",
"CoreGraphics"
],
"requires_arc": true,
"platforms": {
"ios": "5.0"
}
}