blob: ba4809a87af9e6dc9311d16acc708298df3b74f2 [file] [log] [blame]
{
"name": "WKCAttributedLabel",
"version": "1.2.0",
"summary": "attributed label or textView",
"homepage": "https://github.com/WKCLoveYang/WKCAttributedLabel.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WKCLoveYang": "wkcloveyang@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/WKCLoveYang/WKCAttributedLabel.git",
"tag": "1.2.0"
},
"source_files": "WKCAttributedLabel/**/*.{h,m}",
"public_header_files": "WKCAttributedLabel/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}