Kurdtvs-Live-Kurdish-TV-Kur.../Podfile

23 lines
380 B
Plaintext
Raw Normal View History

2021-01-22 07:27:37 +01:00
platform :ios, '13.0'
target 'Mastodon' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for Mastodon
# misc
pod 'SwiftGen', '~> 6.3.0'
pod 'DateToolsSwift', '~> 5.0.0'
target 'MastodonTests' do
inherit! :search_paths
# Pods for testing
end
target 'MastodonUITests' do
# Pods for testing
end
end