Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove formatterkit #14321

Merged
merged 2 commits into from
Jun 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ end
def shared_with_all_pods
wordpress_shared
pod 'CocoaLumberjack', '3.5.2'
pod 'FormatterKit/TimeIntervalFormatter', '1.8.2'
pod 'NSObject-SafeExpectations', '~> 0.0.4'
end

Expand Down
7 changes: 3 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ PODS:
- ZendeskSupportSDK (5.0.0):
- ZendeskMessagingSDK (~> 3.0.0)
- ZendeskSupportProvidersSDK (~> 5.0.0)
- ZIPFoundation (0.9.11)
- ZIPFoundation (0.9.10)

DEPENDENCIES:
- Alamofire (= 4.8.0)
Expand All @@ -436,7 +436,6 @@ DEPENDENCIES:
- FBLazyVector (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.30.0/react-native-gutenberg-bridge/third-party-podspecs/FBLazyVector.podspec.json`)
- FBReactNativeSpec (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.30.0/react-native-gutenberg-bridge/third-party-podspecs/FBReactNativeSpec.podspec.json`)
- Folly (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.30.0/react-native-gutenberg-bridge/third-party-podspecs/Folly.podspec.json`)
- FormatterKit/TimeIntervalFormatter (= 1.8.2)
- FSInteractiveMap (from `https://github.com/wordpress-mobile/FSInteractiveMap.git`, tag `0.2.0`)
- Gifu (= 3.2.0)
- glog (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.30.0/react-native-gutenberg-bridge/third-party-podspecs/glog.podspec.json`)
Expand Down Expand Up @@ -718,8 +717,8 @@ SPEC CHECKSUMS:
ZendeskSDKConfigurationsSDK: 918241bc7ec30e0af9e1b16333d54a584ee8ab9e
ZendeskSupportProvidersSDK: e183d32abac888c448469e2005c4a5a8c3ed73f0
ZendeskSupportSDK: a87ab1e4badace92c75eb11dc77ede1e995b2adc
ZIPFoundation: b1f0de4eed33e74a676f76e12559ab6b75990197
ZIPFoundation: 249fa8890597086cd536bb2df5c9804d84e122b0

PODFILE CHECKSUM: 2f5ef99eab05bb1f77cb6da3fb59c6f6473ee2eb
PODFILE CHECKSUM: d2d6388e60136755cfcf98db3efee5eda1de389f

COCOAPODS: 1.8.4
1 change: 0 additions & 1 deletion WordPress/Classes/System/WordPress-Bridging-Header.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@

// Pods
#import <SVProgressHUD/SVProgressHUD.h>
#import <FormatterKit/FormatterKit-umbrella.h>

#import <WPMediaPicker/WPMediaPicker.h>

Expand Down