blob: 2f4ff47286421e6167b0819d523a456ad673e019 [file] [log] [blame]
{
"name": "LCText",
"version": "0.0.3",
"summary": "文本相关的工具类。",
"homepage": "https://github.com/mlcldh/LCText",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mlcldh": "1228225993@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/mlcldh/LCText.git",
"tag": "0.0.3"
},
"source_files": "LCText/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"static_framework": true,
"subspecs": [
{
"name": "LabelCategory",
"source_files": "LCText/LabelCategory/*.{h,m,mm}",
"public_header_files": "LCText/LabelCategory/*.h"
},
{
"name": "TextDidChange",
"source_files": "LCText/TextDidChange/*.{h,m,mm}",
"public_header_files": "LCText/TextDidChange/*.h"
}
]
}