Проверка шаблона шины для iOS
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 달 전
11 달 전
11 달 전
11 달 전
11 달 전
12345678910111213
  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