mirror of
https://github.com/Finb/Bark.git
synced 2025-12-08 21:36:01 +00:00
17 lines
246 B
Ruby
17 lines
246 B
Ruby
platform:ios,'9.0'
|
|
inhibit_all_warnings!
|
|
use_frameworks!
|
|
|
|
def pods
|
|
pod 'KVOController'
|
|
pod 'SVProgressHUD'
|
|
pod 'MJRefresh'
|
|
pod 'FDFullscreenPopGesture'
|
|
pod 'Moya/RxSwift'
|
|
pod 'DeviceKit'
|
|
end
|
|
|
|
target 'Bark' do
|
|
pods
|
|
end
|