[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 1 / 3 / 2 / BugsnagPerformance / 1.6.0 / BugsnagPerformance.podspec.json
blob7827297f0c33afef1d5102675ba8797ea75cc0d5
2   "name": "BugsnagPerformance",
3   "version": "1.6.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.6.0"
16   },
17   "platforms": {
18     "ios": "13.0"
19   },
20   "requires_arc": true,
21   "source_files": "Sources/BugsnagPerformance/**/*",
22   "resource_bundles": {
23     "BugsnagPerformance": [
24       "Sources/BugsnagPerformance/resources/PrivacyInfo.xcprivacy"
25     ]
26   },
27   "public_header_files": "Sources/BugsnagPerformance/include/BugsnagPerformance/*.h",
28   "prefix_header_file": false,
29   "frameworks": [
30     "SystemConfiguration",
31     "UIKit",
32     "CoreTelephony"
33   ],
34   "libraries": "c++",
35   "pod_target_xcconfig": {
36     "CLANG_CXX_LIBRARY": "libc++",
37     "GCC_SYMBOLS_PRIVATE_EXTERN": "YES"
38   }