[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 3 / 2 / BugsnagPerformance / 1.2.0 / BugsnagPerformance.podspec.json
blob39cd7aa859d2cb79cbc7d76216daf72f81670b97
2   "name": "BugsnagPerformance",
3   "version": "1.2.0",
4   "summary": "The Bugsnag performance monitoring framework for iOS.",
5   "homepage": "https://github.com/bugsnag/bugsnag-cocoa-performance",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Bugsnag": "notifiers@bugsnag.com"
12   },
13   "source": {
14     "git": "https://github.com/bugsnag/bugsnag-cocoa-performance.git",
15     "tag": "v1.2.0"
16   },
17   "platforms": {
18     "ios": "13.0"
19   },
20   "requires_arc": true,
21   "source_files": "Sources/BugsnagPerformance/**/*",
22   "resources": [
23     "Sources/BugsnagPerformance/resources/PrivacyInfo.xcprivacy"
24   ],
25   "public_header_files": "Sources/BugsnagPerformance/include/BugsnagPerformance/*.h",
26   "prefix_header_file": false,
27   "frameworks": [
28     "SystemConfiguration",
29     "UIKit",
30     "CoreTelephony"
31   ],
32   "libraries": "c++",
33   "pod_target_xcconfig": {
34     "CLANG_CXX_LIBRARY": "libc++",
35     "GCC_SYMBOLS_PRIVATE_EXTERN": "YES"
36   }