Podfile 815 Bytes
# Uncomment the next line to define a global platform for your project
platform :ios, '8.0'
inhibit_all_warnings!
source 'http://git.yoho.cn/ios/YHPodSpecs.git'
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'


target 'YHEventReport' do
  # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  # use_frameworks!
  pod 'YH_FoundationKit'
  pod  'YHEventReport', :path => '../', :subspecs => [
	'Core',
    'AOP',
	'EventCollector',
	'EventCache',
	'EventDataSession',
	'CrashReporter',
	'LagHunter',
	'DeviceInfo',
	'CrashProtector'
	]

  pod 'SDWebImage', :git=> 'http://git.yoho.cn/ios/yh_sdwebimage.git', :branch => 'yh_dev_433_branch', :subspecs => [
    'Core',
	]
  pod 'YHExposure', :git => 'http://git.yoho.cn/ios/YHExposure.git', :tag => '1.0.1'
end