2021-01-27 14:58:13 +08:00
|
|
|
platform :ios, '14.0'
|
2021-01-22 14:27:37 +08:00
|
|
|
|
|
|
|
target 'Mastodon' do
|
|
|
|
# Comment the next line if you don't want to use dynamic frameworks
|
|
|
|
use_frameworks!
|
|
|
|
|
|
|
|
# Pods for Mastodon
|
|
|
|
|
2021-02-05 11:53:21 +08:00
|
|
|
# UI
|
|
|
|
pod 'UITextField+Shake', '~> 1.2'
|
|
|
|
|
|
|
|
# misc
|
2021-01-27 14:58:13 +08:00
|
|
|
pod 'SwiftGen', '~> 6.4.0'
|
2021-01-22 14:27:37 +08:00
|
|
|
pod 'DateToolsSwift', '~> 5.0.0'
|
2021-02-01 18:06:29 +08:00
|
|
|
pod 'Kanna', '~> 5.2.2'
|
2021-02-05 11:53:21 +08:00
|
|
|
|
2021-01-22 14:27:37 +08:00
|
|
|
target 'MastodonTests' do
|
|
|
|
inherit! :search_paths
|
|
|
|
# Pods for testing
|
|
|
|
end
|
|
|
|
|
|
|
|
target 'MastodonUITests' do
|
|
|
|
# Pods for testing
|
|
|
|
end
|
|
|
|
|
|
|
|
end
|