source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
target 'TargetName' do
pod "Bridging-Header"
end
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
BHOCallSwift.callSwift()
}
Bridging-Header许可证使用的是MIT协议。详情请查看LICENSE。