[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / e / d / GrowingAPM / 0.0.4 / GrowingAPM.podspec.json
blob2d33fe4685a715128cb82eee481982f054e23c51
2   "name": "GrowingAPM",
3   "version": "0.0.4",
4   "summary": "iOS SDK of GrowingIO.",
5   "description": "GrowingAPM提供移动端性能采集分析功能,包括崩溃分析、启动分析、页面加载分析等。",
6   "homepage": "https://www.growingio.com/",
7   "license": {
8     "type": "Apache2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "GrowingIO": "support@growingio.com"
13   },
14   "source": {
15     "git": "https://github.com/growingio/growingio-sdk-ios-performance-ext.git",
16     "tag": "0.0.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "frameworks": "Foundation",
22   "requires_arc": true,
23   "pod_target_xcconfig": {
24     "OTHER_LDFLAGS": "$(inherited) -ObjC"
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "dependencies": {
30         "GrowingUtils/TrackerCore": [
32         ]
33       },
34       "source_files": "Core/**/*.{h,m,mm,c,cpp}"
35     },
36     {
37       "name": "CrashMonitor",
38       "vendored_frameworks": "CrashMonitor/GrowingAPMCrashMonitor.xcframework",
39       "libraries": [
40         "c++",
41         "z"
42       ],
43       "pod_target_xcconfig": {
44         "GCC_ENABLE_CPP_EXCEPTIONS": "YES"
45       },
46       "dependencies": {
47         "GrowingAPM/Core": [
49         ]
50       }
51     },
52     {
53       "name": "UIMonitor",
54       "vendored_frameworks": "UIMonitor/GrowingAPMUIMonitor.xcframework",
55       "dependencies": {
56         "GrowingAPM/Core": [
58         ]
59       }
60     }
61   ]