[Add] TPNiOS 6.4.35
[CocoaPods.git] / Specs / d / 8 / 5 / WindowTimers / 0.1.0 / WindowTimers.podspec.json
blobd14f866dcbf6687302a47a166f3d27da088c5f6c
2   "name": "WindowTimers",
3   "version": "0.1.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Lukas Stührk": "Lukas@Stuehrk.net"
10   },
11   "source": {
12     "git": "https://github.com/Lukas-Stuehrk/WindowTimers.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "WindowTimers/WindowTimers.*",
20   "resource_bundles": {
21   },
22   "public_header_files": "WindowTimers/WindowTimers.h",
23   "frameworks": "JavaScriptCore"