4 "summary": "Extension for JavaScriptCore/JSContext that allows you to start using browser object model function: setTimeout, console.log, etc.",
5 "description": "JavaScriptCore is missing some things you get used to - setTimeout, XMLHttpRequest, console.log, etc. This projects extends JSContext with native implementation of BOM using Objective-C",
6 "homepage": "https://github.com/artemyarulin/JSCoreBom",
12 "Artem Yarulin": "artem.yarulin@fessguid.com"
18 "git": "https://github.com/artemyarulin/JSCoreBom.git",
22 "JSCoreBom/JSCoreBom.{h,m}",
25 "public_header_files": "JSCoreBom/JSCoreBom.h",
26 "frameworks": "JavaScriptCore",