Podfile 382 B

123456789101112131415161718
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'share' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks!
  6. # Pods for share
  7. end
  8. target 'shiku_im' do
  9. # Comment the next line if you don't want to use dynamic frameworks
  10. use_frameworks!
  11. # Pods for shiku_im
  12. pod 'lottie-ios'
  13. end