Update release script to accomodate name change

Summary: As per the title

Reviewed By: danielbuechele

Differential Revision: D10050043

fbshipit-source-id: 7e3744fd9d2224456515cfa7187faebbf1541fa6
This commit is contained in:
Pritesh Nandgaonkar
2018-09-26 06:50:27 -07:00
committed by Facebook Github Bot
parent 3699a0667a
commit ddcc74edb8
3 changed files with 37 additions and 26 deletions

View File

@@ -1,13 +1,13 @@
sonarkit_version = '0.7.2'
flipperkit_version = '0.7.2'
Pod::Spec.new do |spec|
spec.name = 'Flipper'
spec.version = sonarkit_version
spec.version = flipperkit_version
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/facebook/sonar'
spec.summary = 'SonarKit core cpp code with network implementation'
spec.authors = 'Facebook'
spec.source = { :git => 'https://github.com/facebook/Sonar.git',
:tag => 'v'+sonarkit_version }
:tag => 'v'+flipperkit_version }
spec.module_name = 'Flipper'
spec.public_header_files = 'xplat/Flipper/*.h'
spec.source_files = 'xplat/Flipper/*.{h,cpp,m,mm}'