I have a project with Apache Cordova and I'am using the plugin: https://github.com/Antair/Cordova-SQLitePlugin (A Cordova plugin to use sqlite databases, with the ability to use pre-populated, bundled databases on iOS and Android.)
My project run normally in Android, but not in IOS, Xcode show me an error :
Cordova/CDVJSON.h file not found
I'am using Xcode 7.0.1 and Cordova 6.3.1
Where I can find CDVJSON.h ??? or how I can import it into Xcode ???