Flipper Release: v0.222.0
Summary: Releasing version 0.222.0 Reviewed By: lblasa Differential Revision: D49593015 fbshipit-source-id: 9fd4b4f42134f2fb244ddeabff6b83748151e36a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9e98391151
commit
6b9adfe130
@@ -51,7 +51,7 @@ Add all of the code below to your `ios/Podfile`:
|
||||
platform :ios, '9.0'
|
||||
|
||||
def flipper_pods()
|
||||
flipperkit_version = '0.221.0' # should match the version of your Flipper client app
|
||||
flipperkit_version = '0.222.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