blob: 5f4e34c1e6a8b164dcc6491e7067d7d85f2fbfc6 [file] [log] [blame]
{
"name": "DWLogUnicode",
"version": "0.0.1",
"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": "v0.0.1"
},
"source_files": [
"DWLogUnicode",
"DWLogUnicode/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "Foundation",
"requires_arc": true
}