Skip to content

baidubce/bce-httpdns-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bce-httpdns-iOS

HTTPDNS SDK for iOS

Installation

To integrate BDHttpDns into your Xcode project using CocoaPods, specify it in yourPodfile

target 'your target' do
  pod 'BDHttpDns', '~> 1.2.0'
end

Then, run the following command:

$ pod install