mattermost-mobile/ios/Podfile
Elias Nahum ee2a25df84
Fix iOS crash when pasting large images and included other file types (#3424)
* Fix iOS crash when pasting large images and included other file types

* Rename pasteImages to pasteFiles and fix copying heic images

* remove comment

* Feedback review
2019-10-24 20:41:38 +03:00

18 lines
446 B
Ruby

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Mattermost' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for Mattermost
pod 'XCDYouTubeKit', '2.7.1'
pod 'YoutubePlayer-in-WKWebView', '~> 0.3.1'
pod 'Swime', '3.0.6'
target 'MattermostTests' do
inherit! :search_paths
# Pods for testing
end
end