blob: d187f461fb79d8cf86bc2fd72518444e58ad3133 [file] [log] [blame]
{
"name": "AXAttributedString",
"version": "0.2.5",
"summary": "An easier attribute text creator, use chain-syntax.",
"homepage": "https://github.com/arnoldxiao/AXAttributedString",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"arnoldxiao": "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.5"
},
"subspecs": [
{
"name": "Core",
"public_header_files": "AXAttributedString/Core/*.h",
"source_files": "AXAttributedString/Core/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics"
]
},
{
"name": "UIKit",
"public_header_files": "AXAttributedString/UI/*.h",
"source_files": "AXAttributedString/UI/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"AXAttributedString/Core": [
]
}
}
]
}