1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-01-23 06:02:35 +01:00
mastodon-app-ufficiale-ipho.../Podfile
2021-01-29 16:47:32 +08:00

23 lines
479 B
Ruby

platform :ios, '14.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.4.0'
pod 'DateToolsSwift', '~> 5.0.0'
pod 'ActiveLabel', git: 'https://github.com/ReticentJohn/ActiveLabel.swift.git', branch: 'master'
target 'MastodonTests' do
inherit! :search_paths
# Pods for testing
end
target 'MastodonUITests' do
# Pods for testing
end
end