blob: 8ea8c089ea0eaad8a326a0aaa46ca9eed1ddde88 [file] [log] [blame]
{
"name": "AXAttributedString",
"version": "0.2.2",
"summary": "An easier NSAttributedString builder, Use Chain-syntax like Masonry.",
"homepage": "https://github.com/arnoldxiao/AXAttributedString",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xiaochenghua": "arnoldxiao@163.com"
},
"social_media_url": "https://weibo.com/arnoldxiao",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/arnoldxiao/AXAttributedString.git",
"tag": "0.2.2"
},
"public_header_files": [
"AXAttributedString/Core/*.h",
"AXAttributedString/UI/*.h"
],
"source_files": [
"AXAttributedString/Core/*.{h,m}",
"AXAttributedString/UI/*.{h,m}"
],
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}