[Add] DaroMAds 0.5.0
[CocoaPods.git] / Specs / d / 1 / e / YDLogger / 0.1.3 / YDLogger.podspec.json
blobb208604613911c8a258194890e2167b7bd99c14f
2   "name": "YDLogger",
3   "version": "0.1.3",
4   "summary": "日志库",
5   "homepage": "https://github.com/chong2vv/YDLogger",
6   "license": "MIT",
7   "authors": {
8     "王远东": "chong2vv@gmail.com"
9   },
10   "platforms": {
11     "ios": "10.0"
12   },
13   "source": {
14     "git": "https://github.com/chong2vv/YDLogger.git",
15     "tag": "0.1.3"
16   },
17   "source_files": "YDLogger/YDLogger.h",
18   "pod_target_xcconfig": {
19     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
20     "CLANG_CXX_LIBRARY": "libc++"
21   },
22   "static_framework": true,
23   "requires_arc": true,
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "subspecs": [
29     {
30       "name": "YDLog",
31       "libraries": "c++",
32       "source_files": "YDLogger/YDLogger/**/*",
33       "public_header_files": "YDLogger/YDLogger/**/*.h",
34       "preserve_paths": "YDLogger/YDLogger/**/*.h"
35     },
36     {
37       "name": "YDLoggerUI",
38       "source_files": "YDLogger/YDLoggerUI/**/*",
39       "dependencies": {
40         "YDLogger/YDLog": [
42         ]
43       }
44     }
45   ]