blob: e3c01c6a6d84d8d60bd3cb647617668f1231d3de [file] [log] [blame]
{
"name": "AXAttributedString",
"version": "0.2.3",
"summary": "An easier attribute text creator, use chain-syntax.",
"homepage": "https://github.com/arnoldxiao/AXAttributedString",
"screenshots": [
"https://github.com/arnoldxiao/AXAttributedString/blob/master/Code_Example%402x.png",
"https://github.com/arnoldxiao/AXAttributedString/blob/master/UI_Screenshot_iPhoneSE%402x.png"
],
"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.3"
},
"subspecs": [
{
"name": "Core",
"public_header_files": "AXAttributedString/Core/*.h",
"source_files": "AXAttributedString/Core/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics"
]
},
{
"name": "UI",
"public_header_files": "AXAttributedString/UI/*.h",
"source_files": "AXAttributedString/UI/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"AXAttributedString/Core": [
]
}
}
]
}