23 lines
380 B
Plaintext
23 lines
380 B
Plaintext
|
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
|