[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 8 / e / d / GrowingAPM / 1.0.1-hotfix.1 / GrowingAPM.podspec.json
blob0eae3168048f7960b74e8c02eadda6d281f7ac71
2   "name": "GrowingAPM",
3   "version": "1.0.1-hotfix.1",
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": "1.0.1-hotfix.1"
17   },
18   "platforms": {
19     "ios": "10.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       "resource_bundles": {
40         "GrowingAPMCrashMonitor": [
41           "CrashMonitor/Resources/GrowingAPMCrashMonitor.bundle/PrivacyInfo.xcprivacy"
42         ]
43       },
44       "libraries": [
45         "c++",
46         "z"
47       ],
48       "pod_target_xcconfig": {
49         "GCC_ENABLE_CPP_EXCEPTIONS": "YES"
50       },
51       "dependencies": {
52         "GrowingAPM/Core": [
54         ]
55       }
56     },
57     {
58       "name": "UIMonitor",
59       "vendored_frameworks": "UIMonitor/GrowingAPMUIMonitor.xcframework",
60       "dependencies": {
61         "GrowingAPM/Core": [
63         ]
64       }
65     }
66   ]