Flipper Release: v0.175.0
Summary: Releasing version 0.175.0 Reviewed By: lblasa Differential Revision: D41611793 fbshipit-source-id: 0dfecfd85e68c3878384283f084e5f5914d36aec
This commit is contained in:
committed by
Facebook GitHub Bot
parent
df960aee80
commit
77c65c8592
@@ -51,7 +51,7 @@ Add all of the code below to your `ios/Podfile`:
|
||||
platform :ios, '9.0'
|
||||
|
||||
def flipper_pods()
|
||||
flipperkit_version = '0.174.0' # should match the version of your Flipper client app
|
||||
flipperkit_version = '0.175.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