2 "name": "WindowTimers",
4 "summary": "An implementation of the JavaScript WindowTimers to extend JavaScriptCore.",
5 "description": " In iOS 7, Apple introduced the possibility to [execute JavaScript via the JavaScriptCore JavaScript engine]\n (http://nshipster.com/javascriptcore/). Unfortunately, JavaScriptCore is missing some objects and functions a browser\n JavaScript environment would have. Especially the methods described in the [WindowTimers specification]\n (https://html.spec.whatwg.org/multipage/webappapis.html#windowtimers), such as `setTimeout` or `setInterval` are not\n provided. This library implements those methods, so it is possible to use JavaScript libraries which were originally\n developed for in-browser use in your Objective-C (or Swift) application without the need to use a hidden WebView.\n",
6 "homepage": "https://github.com/Lukas-Stuehrk/WindowTimers",
9 "Lukas Stührk": "Lukas@Stuehrk.net"
12 "git": "https://github.com/Lukas-Stuehrk/WindowTimers.git",
19 "source_files": "WindowTimers/WindowTimers.*",
22 "public_header_files": "WindowTimers/WindowTimers.h",
23 "frameworks": "JavaScriptCore"