target 'MyApp' do
use_frameworks!
pod 'SomeDependency'
pod 'AnotherDependency'
# ...
end
target 'MyApp' do
use_frameworks!
pod 'SomeDependency'
pod 'AnotherDependency'
# Import Swift libraries instead of individual files
pod 'MySwiftLibrary'
end