[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / d / 8 / 2 / XHLogHelper / 2.2 / XHLogHelper.podspec.json
blob473d77754c7dd38e07b6826d1bd617e1601ad6b2
2   "name": "XHLogHelper",
3   "version": "2.2",
4   "summary": "NSLog输出时,自动进行如下转换-1补全缺失引号,2数组( )转换为[ ],3中文unicode编码转换为中文",
5   "homepage": "https://github.com/CoderZhuXH/XHLogHelper",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Zhu Xiaohui": "977950862@qq.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/CoderZhuXH/XHLogHelper.git",
18     "tag": "2.2"
19   },
20   "source_files": [
21     "XHLogHelper",
22     "*.{h,m}"
23   ],
24   "requires_arc": true