blob: c9784faf494789a10bb1e52fdc98b7bc99480565 [file] [log] [blame]
{
"name": "SwpTextView",
"version": "3.0.0",
"summary": "简单封装 TextView",
"description": "TODO: 简单封装 TextView",
"homepage": "https://github.com/swp-song/SwpTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"swp-song": "396587868@qq.com"
},
"source": {
"git": "https://github.com/swp-song/SwpTextView.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Object-C",
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "Object-C",
"platforms": {
"ios": "9.0"
},
"source_files": "SwpTextView/Object-C/Code/*.{h,m}",
"resources": "SwpTextView/Object-C/Resources/SwpTextView.bundle"
},
{
"name": "Swift",
"platforms": {
"ios": "12.0"
},
"source_files": "SwpTextView/Swift/Code/*.swift"
}
]
}