[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 1 / 3 / 2 / BugsnagPerformance / 0.8.0 / BugsnagPerformance.podspec.json
blob7002bbd0f3080ace2c0e1f240c6d0f1469b9b6d0
2   "name": "BugsnagPerformance",
3   "version": "0.8.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": "v0.8.0"
16   },
17   "platforms": {
18     "ios": "11.0"
19   },
20   "requires_arc": true,
21   "source_files": "Sources/BugsnagPerformance/**/*",
22   "public_header_files": "Sources/BugsnagPerformance/include/BugsnagPerformance/*.h",
23   "prefix_header_file": false,
24   "frameworks": [
25     "SystemConfiguration",
26     "UIKit",
27     "CoreTelephony"
28   ],
29   "libraries": "c++",
30   "pod_target_xcconfig": {
31     "CLANG_CXX_LIBRARY": "libc++",
32     "GCC_SYMBOLS_PRIVATE_EXTERN": "YES"
33   }