Podfile 251 B

12345678910111213
  1. project 'AICalendarWallpaper.xcodeproj'
  2. platform :ios, '14.0'
  3. inhibit_all_warnings!
  4. target 'AICalendarWallpaper' do
  5. use_frameworks!
  6. pod 'ObjectMapper'
  7. pod 'SnapKit'
  8. pod 'Kingfisher', '7.10.0'
  9. pod 'Alamofire'
  10. pod 'RealmSwift', '~>10'
  11. end