[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 9 / 0 / a / ZJLog / 1.2.1 / ZJLog.podspec.json
blobc09421d99c0935d02273c89e74602e64a4efbcf0
2   "name": "ZJLog",
3   "version": "1.2.1",
4   "summary": "Log redirection output tool for iOS, support for c、c++、m、mm code files.",
5   "description": "Log redirection output tool for iOS, you can set the Log level, redirect output to the proxy interface, save logs to the sandbox, support for c、c++、m、mm code files, and more.",
6   "homepage": "https://github.com/Eafy/ZJLog",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "eafy": "lizhijian_21@163.com"
12   },
13   "source": {
14     "git": "https://github.com/Eafy/ZJLog.git",
15     "tag": "v1.2.1"
16   },
17   "platforms": {
18     "ios": "11.0"
19   },
20   "pod_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
22     "VALID_ARCHS": "arm64 x86_64 arm64e"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
26     "VALID_ARCHS": "arm64 x86_64 arm64e"
27   },
28   "source_files": "ZJLog/**/*.{h,m,c,mm}",
29   "libraries": "c++"