Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 273 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 273 Bytes

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