4 "summary": "Extension for JavaScriptCore/JSContext that allows you to start using browser object model function: setTimeout, etc.",
5 "description": "JavaScriptCore is missing some things you get used to - setTimeout, XMLHttpRequest, 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",
21 "source_files": "JSCoreBom/JSCoreBom.{h,m}",
22 "public_header_files": "JSCoreBom/JSCoreBom.h",
23 "frameworks": "JavaScriptCore",