[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 5 / 2 / EventTracing / 2.0.0 / EventTracing.podspec.json
blobb96ead06871555c2ca03f324379d2b622726b8bb
2   "name": "EventTracing",
3   "version": "2.0.0",
4   "summary": "EventTracing",
5   "description": "EventTracing-iOS",
6   "homepage": "https://github.com/EventTracing/EventTracing-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "eventtracing": "eventtracing@service.netease.com"
13   },
14   "source": {
15     "git": "https://github.com/EventTracing/EventTracing-iOS.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "libraries": "c++",
22   "pod_target_xcconfig": {
23     "GCC_PRECOMPILE_PREFIX_HEADER": true
24   },
25   "source_files": [
26     "EventTracing-iOS/Classes/**/*.{h,m,mm}"
27   ],
28   "private_header_files": [
29     "EventTracing-iOS/Classes/Categorys/*.h",
30     "EventTracing-iOS/Classes/Core/*.h",
31     "EventTracing-iOS/Classes/Log/*.h",
32     "EventTracing-iOS/Classes/Output/Private/*.h",
33     "EventTracing-iOS/Classes/ParamGuard/Private/*.h",
34     "EventTracing-iOS/Classes/Refer/Private/*.h",
35     "EventTracing-iOS/Classes/Throttle/*.h",
36     "EventTracing-iOS/Classes/Traverser/*.h",
37     "EventTracing-iOS/Classes/Utils/Private/*.h",
38     "EventTracing-iOS/Classes/VTree/Private/*.h",
39     "EventTracing-iOS/Classes/VTree/Sync/*.h",
40     "EventTracing-iOS/Classes/VTree/Visible/*.h"
41   ],
42   "public_header_files": [
43     "EventTracing-iOS/Classes/Public/**/*.h",
44     "EventTracing-iOS/Classes/VTree/*.h",
45     "EventTracing-iOS/Classes/Refer/*.h",
46     "EventTracing-iOS/Classes/Output/*.h",
47     "EventTracing-iOS/Classes/Diff/*.h",
48     "EventTracing-iOS/Classes/ParamGuard/NEEventTracingParamGuardConfiguration.h",
49     "EventTracing-iOS/Classes/Exceptions/NEEventTracingExceptionDelegate.h",
50     "EventTracing-iOS/Classes/Utils/NSArray+ETEnumerator.h"
51   ],
52   "dependencies": {
53     "JRSwizzle": [
54       "~> 1.0"
55     ],
56     "BlocksKit": [
57       "~> 2.2.5"
58     ]
59   }