blob: cc6270474ef5ac45e3ef14f37ef67fabb8191c33 [file] [log] [blame]
{
"name": "VGLabel",
"version": "0.0.1",
"summary": "Simple parsing HTML tag rich text reality.",
"description": "Simple parsing HTML tag rich text reality by Vein.",
"license": {
"type": "MIT License",
"file": "LICENSE"
},
"homepage": "https://github.com/VeinGuo/VGLabel",
"authors": {
"VeinGuo": "https://github.com/VeinGuo"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source": {
"git": "https://github.com/VeinGuo/VGLabel.git",
"tag": "0.0.1"
},
"source_files": [
"VGLabel/Classes/*.*",
"VGLabel/Classes/**/*.*"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreText",
"Foundation"
],
"pushed_with_swift_version": "4.0"
}