12345678910111213 |
- project 'AICalendarWallpaper.xcodeproj'
- platform :ios, '14.0'
- inhibit_all_warnings!
- target 'AICalendarWallpaper' do
- use_frameworks!
- pod 'ObjectMapper'
- pod 'SnapKit'
- pod 'Kingfisher', '7.10.0'
- pod 'Alamofire'
- pod 'RealmSwift', '~>10'
- end
|