mirror of
https://github.com/Finb/Bark.git
synced 2025-12-08 21:36:01 +00:00
21 lines
378 B
Ruby
21 lines
378 B
Ruby
platform:ios,'9.0'
|
|
inhibit_all_warnings!
|
|
use_frameworks!
|
|
|
|
def pods
|
|
pod 'SnapKit'
|
|
pod 'Material'
|
|
pod 'KVOController'
|
|
pod 'SVProgressHUD'
|
|
pod 'FDFullscreenPopGesture'
|
|
pod 'Moya/RxSwift'
|
|
pod 'ObjectMapper'
|
|
pod 'SwiftyJSON'
|
|
pod 'DeviceKit'
|
|
pod 'DefaultsKit', :git => 'https://github.com/nmdias/DefaultsKit'
|
|
end
|
|
|
|
target 'Bark' do
|
|
pods
|
|
end
|