blob: 5d1ed12fda1e2fa9b1c44e48efb1afda86de291a [file] [log] [blame]
{
"name": "SwpTextView",
"version": "3.2.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.2.0"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Object-C",
"swift_versions": [
"4.2",
"5.0"
],
"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"
}
]
}