blob: 5ba570bcf8c66972217f026e6eecc24b8863dc99 [file] [log] [blame]
{
"name": "KZ_AttributedLabel",
"version": "0.1.2",
"summary": "iOS Attributed label.",
"homepage": "https://github.com/KieronZhang/KZ_AttributedLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang": "https://github.com/KieronZhang"
},
"source": {
"git": "https://github.com/KieronZhang/KZ_AttributedLabel.git",
"tag": "0.1.2",
"submodules": true
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"requires_arc": true,
"ios": {
"frameworks": [
"Foundation",
"UIKit"
],
"vendored_frameworks": "KZ_AttributedLabel/KZ_AttributedLabel_iOS.framework"
},
"platforms": {
"ios": "8.0"
}
}