[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / f / a / HMLogger / 2.0.3 / HMLogger.podspec.json
blob26bc4f5528631505715555bd491879e60ad2d8df
2   "name": "HMLogger",
3   "version": "2.0.3",
4   "summary": "simple, pretty and powerful logger for iOS with piker、viewer、console",
5   "homepage": "https://github.com/393385724/HMLogger",
6   "license": "MIT",
7   "authors": {
8     "llg": "393385724@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/393385724/HMLogger.git",
12     "tag": "2.0.3"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": [
19     "HMLogger/*.{h,m,mm}",
20     "HMLogger/Mars/*.{h,cc}"
21   ],
22   "public_header_files": [
23     "HMLogger/HMLogger.h",
24     "HMLogger/HMLoggerDefine.h"
25   ],
26   "ios": {
27     "vendored_frameworks": "HMLogger/Mars/*.framework",
28     "resources": [
29       "HMLogger/*.png",
30       "HMLogger/*.xib"
31     ]
32   },
33   "frameworks": [
34     "CoreTelephony",
35     "SystemConfiguration",
36     "Foundation",
37     "CoreGraphics",
38     "UIKit"
39   ],
40   "libraries": [
41     "z",
42     "stdc++"
43   ],
44   "user_target_xcconfig": {
45     "ENABLE_BITCODE": "NO"
46   },
47   "dependencies": {
48     "ICTextView": [
49       "~> 2.0.1"
50     ],
51     "CocoaLumberjack": [
52       "~> 3.2.0"
53     ]
54   }