diff --git a/Flipper.podspec b/Flipper.podspec index ffc2e5a72..916846ae5 100644 --- a/Flipper.podspec +++ b/Flipper.podspec @@ -8,10 +8,10 @@ Pod::Spec.new do |spec| spec.name = 'Flipper' spec.version = flipperkit_version spec.license = { :type => 'MIT' } - spec.homepage = 'https://github.com/facebook/sonar' + spec.homepage = 'https://github.com/facebook/flipper' spec.summary = 'SonarKit core cpp code with network implementation' spec.authors = 'Facebook' - spec.source = { :git => 'https://github.com/facebook/Sonar.git', + spec.source = { :git => 'https://github.com/facebook/flipper.git', :tag => 'v'+flipperkit_version } spec.module_name = 'Flipper' spec.public_header_files = 'xplat/Flipper/*.h','xplat/utils/*.h' diff --git a/FlipperKit.podspec b/FlipperKit.podspec index 410553e91..dcf3b6f45 100644 --- a/FlipperKit.podspec +++ b/FlipperKit.podspec @@ -10,11 +10,11 @@ Pod::Spec.new do |spec| spec.name = 'FlipperKit' spec.version = flipperkit_version spec.license = { :type => 'MIT' } - spec.homepage = 'https://github.com/facebook/Sonar' + spec.homepage = 'https://github.com/facebook/flipper' spec.summary = 'Sonar iOS podspec' spec.authors = 'Facebook' spec.static_framework = true - spec.source = { :git => 'https://github.com/facebook/Sonar.git', + spec.source = { :git => 'https://github.com/facebook/flipper.git', :tag=> "v"+flipperkit_version } spec.module_name = 'FlipperKit' spec.platforms = { :ios => "9.0" } diff --git a/iOS/Podfile b/iOS/Podfile index 8d4a5fbb0..3f6defadb 100644 --- a/iOS/Podfile +++ b/iOS/Podfile @@ -1,5 +1,5 @@ # Uncomment the next line to define a global platform for your project -source 'https://github.com/facebook/Sonar.git' +source 'https://github.com/facebook/flipper.git' source 'https://github.com/CocoaPods/Specs' platform :ios, '10.0' swift_version = "4.1" diff --git a/iOS/Sample/Podfile b/iOS/Sample/Podfile index 3812ebe1b..8163b42a0 100644 --- a/iOS/Sample/Podfile +++ b/iOS/Sample/Podfile @@ -1,5 +1,5 @@ project 'Sample.xcodeproj' -source 'https://github.com/facebook/Sonar.git' +source 'https://github.com/facebook/flipper.git' source 'https://github.com/CocoaPods/Specs' target 'Sample' do diff --git a/iOS/SampleSwift/Podfile b/iOS/SampleSwift/Podfile index 47aedbd17..189c4d5ca 100644 --- a/iOS/SampleSwift/Podfile +++ b/iOS/SampleSwift/Podfile @@ -1,5 +1,5 @@ project 'SampleSwift.xcodeproj' -source 'https://github.com/facebook/Sonar.git' +source 'https://github.com/facebook/flipper.git' source 'https://github.com/CocoaPods/Specs' target 'SampleSwift' do