blob: ead04982e81df751495efc4a7f87bceb2493f0ad [file] [log] [blame]
{
"name": "DWLogUnicode",
"version": "1.0.0",
"summary": "Convert a unicode hex code into an NSString consisting of the unicode character referenced.",
"description": "This is convert a unicode hex code into an NSString consisting of the unicode character referenced tool library.",
"homepage": "https://github.com/dev-wqq/DWLogUnicode.git",
"license": "MIT",
"authors": {
"dev-wqq": "992673618@qq.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/dev-wqq/DWLogUnicode.git",
"tag": "v1.0.0"
},
"source_files": [
"DWLogUnicode",
"DWLogUnicode/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "Foundation",
"requires_arc": true
}