[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 3 / 2 / BugsnagPerformance / 1.4.0 / BugsnagPerformance.podspec.json
blob4b91d93d8c119582468781954827fc278c48e6e8
2   "name": "BugsnagPerformance",
3   "version": "1.4.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.4.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   }