blob: 6c711a7ecc9b953e4381582de0d7e7c586d5d494 [file] [log] [blame]
{
"name": "RXCoreText",
"version": "0.9.1",
"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.9.1"
},
"description": "RXCoreText is a simple image and text show.",
"source_files": "RXCoreText/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"CoreText",
"CoreGraphics"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
]
},
"platforms": {
"ios": "5.0"
}
}