Проверка шаблона шины для iOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

14 行
263B

  1. source 'https://github.com/CocoaPods/Specs.git'
  2. platform :ios, '14.0'
  3. pod 'AELog'
  4. pod 'BusX', :path => '../Modules/BusX'
  5. pod 'MeetupIdX', :path => '../Modules/MeetupIdX'
  6. pod 'MPAKX', :path => '../Modules/MPAKX'
  7. target 'pesochnicza' do
  8. use_frameworks!
  9. end