Flipper Release: v0.174.0
Summary: Releasing version 0.174.0 Reviewed By: mweststrate Differential Revision: D41154768 fbshipit-source-id: bc9dbccae2ae413024a6573ec7ba57f4933f1741
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c8cbdffa96
commit
019bcaeb9e
@@ -51,7 +51,7 @@ Add all of the code below to your `ios/Podfile`:
|
||||
platform :ios, '9.0'
|
||||
|
||||
def flipper_pods()
|
||||
flipperkit_version = '0.173.0' # should match the version of your Flipper client app
|
||||
flipperkit_version = '0.174.0' # should match the version of your Flipper client app
|
||||
pod 'FlipperKit', '~>' + flipperkit_version, :configuration => 'Debug'
|
||||
pod 'FlipperKit/FlipperKitLayoutPlugin', '~>' + flipperkit_version, :configuration => 'Debug'
|
||||
pod 'FlipperKit/SKIOSNetworkPlugin', '~>' + flipperkit_version, :configuration => 'Debug'
|
||||
|
||||
Reference in New Issue
Block a user