Flipper Release: v0.201.0
Summary: Releasing version 0.201.0 Reviewed By: lblasa Differential Revision: D46892243 fbshipit-source-id: 47e2389e5e5fa276ae4e1738b9691b9f9dfc4bea
This commit is contained in:
committed by
Facebook GitHub Bot
parent
aa510b3fd0
commit
ad9d77ee8c
@@ -51,7 +51,7 @@ Add all of the code below to your `ios/Podfile`:
|
||||
platform :ios, '9.0'
|
||||
|
||||
def flipper_pods()
|
||||
flipperkit_version = '0.200.0' # should match the version of your Flipper client app
|
||||
flipperkit_version = '0.201.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