import UIKit
import KurentoToolbox
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}
}
and get error
No such module 'KurentoToolbox'
my pod file is
source 'https://github.com/CocoaPods/Specs.git'
target 'Test' do
use_frameworks!
pod 'KurentoToolbox'
end
I try to use Kurento in swift project. I use
and get error No such module 'KurentoToolbox'
my pod file is