[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / d / e / PerformanceSuite / 1.2.2 / PerformanceSuite.podspec.json
blob0764e9d4f1e5279688198a507a99097a472b9ac1
2   "name": "PerformanceSuite",
3   "version": "1.2.2",
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.2"
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"