twonly-app-dependencies/flutter_sharing_intent/ios/Podfile
2025-12-27 14:15:36 +01:00

8 lines
No EOL
135 B
Ruby

platform :ios, '12.0'
target 'Runner' do
# ... existing pods
# Add the pod for the external library
pod 'Evergage', '1.4.0'
end