Podfile
311 Bytes
use_frameworks!
inhibit_all_warnings!
platform :ios, '8.0'
target 'YBImageBrowser_DSCnliveShop_Example' do
pod 'YBImageBrowser_DSCnliveShop', :path => '../'
target 'YBImageBrowser_DSCnliveShop_Tests' do
inherit! :search_paths
pod 'SDWebImage', '~> 5.2.3'
pod 'YYKit', '1.0.9'
end
end