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