[Add] GamebaseAuthExternalWeiboSDK 3.4.0
[CocoaPods.git] / Specs / f / d / e / PerformanceSuite / 1.2.1 / PerformanceSuite.podspec.json
blob3be53966f9a9de791f2d2ea2d4ff3c308cfe17af
2   "name": "PerformanceSuite",
3   "version": "1.2.1",
4   "summary": "Performance monitoring library for iOS",
5   "homepage": "https://github.com/bookingcom/perfsuite-ios",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Gleb Tarasov": "gleb.tarasov@booking.com"
12   },
13   "source": {
14     "git": "https://github.com/bookingcom/perfsuite-ios.git",
15     "tag": "1.2.1"
16   },
17   "source_files": [
18     "PerformanceSuite/Sources/**/*.swift",
19     "PerformanceSuite/MainThreadCallStack/**/*.{h,c}"
20   ],
21   "public_header_files": "PerformanceSuite/MainThreadCallStack/include/*.h",
22   "platforms": {
23     "ios": "14.0"
24   },
25   "swift_versions": "5.7.1",
26   "testspecs": [
27     {
28       "name": "Tests",
29       "test_type": "unit",
30       "requires_app_host": true,
31       "source_files": "PerformanceSuite/Tests/*.swift"
32     }
33   ],
34   "swift_version": "5.7.1"