[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / 3 / f / DCHBase64 / 0.2 / DCHBase64.podspec.json
blob03754ba9e46ea6b13920da7f9d88a56f226f7c5d
2   "name": "DCHBase64",
3   "version": "0.2",
4   "summary": "base64字符串和data之间互转的工具分类",
5   "description": "base64字符串和data之间互转的工具分类--spec.description",
6   "homepage": "https://github.com/dolway/DCHBase64StrToData",
7   "license": "MIT",
8   "authors": {
9     "dolway": "duer@outlook.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/dolway/DCHBase64StrToData.git",
16     "tag": "0.2"
17   },
18   "source_files": [
19     "DCHBase64",
20     "DCHBase64/*.{h,m}"
21   ],
22   "prefix_header_contents": "#  ifdef DEBUG\n#  define DLog(fmt, ...) NSLog((@\"%s [Line %d] \" fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__);\n#  else\n#  define DLog(...)\n#  endif"