2021-01-27 07:58:13 +01:00
|
|
|
platform :ios, '14.0'
|
2021-01-22 07:27:37 +01:00
|
|
|
|
|
|
|
target 'Mastodon' do
|
|
|
|
# Comment the next line if you don't want to use dynamic frameworks
|
|
|
|
use_frameworks!
|
|
|
|
|
|
|
|
# Pods for Mastodon
|
|
|
|
|
|
|
|
# misc
|
2021-01-27 07:58:13 +01:00
|
|
|
pod 'SwiftGen', '~> 6.4.0'
|
2021-01-22 07:27:37 +01:00
|
|
|
pod 'DateToolsSwift', '~> 5.0.0'
|
2021-01-29 09:47:32 +01:00
|
|
|
pod 'ActiveLabel', git: 'https://github.com/ReticentJohn/ActiveLabel.swift.git', branch: 'master'
|
2021-01-22 07:27:37 +01:00
|
|
|
target 'MastodonTests' do
|
|
|
|
inherit! :search_paths
|
|
|
|
# Pods for testing
|
|
|
|
end
|
|
|
|
|
|
|
|
target 'MastodonUITests' do
|
|
|
|
# Pods for testing
|
|
|
|
end
|
|
|
|
|
|
|
|
end
|