mirror of
https://github.com/zhigang1992/GiphySearch.git
synced 2026-01-12 22:39:28 +08:00
42 lines
774 B
Ruby
42 lines
774 B
Ruby
# Uncomment this line to define a global platform for your project
|
|
platform :ios, '9.0'
|
|
|
|
target 'GiphySearch' do
|
|
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
|
|
use_frameworks!
|
|
|
|
# Pods for GiphySearch
|
|
pod 'RxSwift'
|
|
pod 'RxCocoa'
|
|
pod 'RxDataSources'
|
|
|
|
pod 'Curry'
|
|
|
|
pod 'R.swift'
|
|
|
|
pod 'Swinject'
|
|
pod 'YYWaterflowLayout'
|
|
|
|
pod 'Nuke'
|
|
pod 'Nuke-Alamofire-Plugin'
|
|
pod 'Nuke-AnimatedImage-Plugin'
|
|
|
|
pod 'RxAlamofire'
|
|
pod 'Alamofire'
|
|
pod 'AlamofireNetworkActivityIndicator'
|
|
|
|
target 'GiphySearchTests' do
|
|
inherit! :search_paths
|
|
# Pods for testing
|
|
pod 'Quick'
|
|
pod 'Nimble'
|
|
pod 'RxBlocking'
|
|
end
|
|
|
|
target 'GiphySearchUITests' do
|
|
inherit! :search_paths
|
|
# Pods for testing
|
|
end
|
|
|
|
end
|