mirror of
https://github.com/YPLiang19/Mango
synced 2025-07-07 21:55:49 +00:00
21 lines
330 B
Ruby
21 lines
330 B
Ruby
# Uncomment the next line to define a global platform for your project
|
|
# platform :ios, '9.0'
|
|
|
|
target 'MangoFix' do
|
|
# Comment the next line if you don't want to use dynamic frameworks
|
|
use_frameworks!
|
|
|
|
pod 'symdl'
|
|
|
|
|
|
|
|
# Pods for MangoFix
|
|
|
|
target 'MangoFixTests' do
|
|
# Pods for testing
|
|
|
|
pod 'symdl'
|
|
end
|
|
|
|
end
|