source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '8.0'

workspace 'MKHAPIClient'

use_frameworks!

target 'MKHAPIClient' do

	project 'MKHAPIClient'

	# ===

	pod 'MKHSyncSession', :git => 'https://github.com/maximkhatskevich/MKHSyncSession.git'

end