Skip to content

Commit d22b4a9

Browse files
author
Gleb Tarasov
committed
Update podspec
1 parent fd391d0 commit d22b4a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PerformanceSuite.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Pod::Spec.new do |s|
22
s.name = 'PerformanceSuite'
33
s.version = '0.0.1'
44
s.summary = 'Performance monitoring library for iOS'
5-
s.homepage = 'https://gitlab.booking.com/ios/performance-suite'
6-
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
5+
s.homepage = 'https://github.com/bookingcom/perfsuite-ios'
6+
s.license = { :type => 'MIT', :file => 'LICENSE' }
77
s.author = { 'Gleb Tarasov' => '[email protected]' }
8-
s.source = { :git => 'https://gitlab.booking.com/ios/performance-suite.git', :tag => s.version.to_s }
8+
s.source = { :git => 'https://github.com/bookingcom/perfsuite-ios', :tag => s.version.to_s }
99
s.source_files = 'PerformanceSuite/Sources/**/*.swift', 'PerformanceSuite/MainThreadCallStack/**/*.{h,c}'
1010
s.public_header_files = 'PerformanceSuite/MainThreadCallStack/include/*.h'
1111
s.platform = :ios, "14.0"

0 commit comments

Comments
 (0)