blob: 64da18aa1ceb19fe16060835ec5e1cf94db9a89a [file] [log] [blame]
{
"name": "XMLHTTPRequest",
"version": "0.1.1",
"summary": "An implementation of the JavaScript XMLHttpRequest object to extend JavaScriptCore.",
"description": "In iOS 7, Apple introduced the possibility to [execute JavaScript via the JavaScriptCore JavaScript\nengine] (http://nshipster.com/javascriptcore/). Unfortunately, JavaScriptCore is missing some\nobjects and functions a JavaScript environment of a browser would have. Especially the\n`XMLHTTPRequest` (see the [Mozilla documentation]\n(https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest) object needed for AJAX reqeuests\nis not provided by JavaScriptCore. This library implements this missing object, so it is possible to\nuse JavaScript libraries which were originally developed for in-browser use in your Objective-C\n(or Swift) application without the need to use a hidden WebView.",
"homepage": "https://github.com/Lukas-Stuehrk/XMLHTTPRequest",
"license": "MIT",
"authors": {
"Lukas Stührk": "Lukas@Stuehrk.net"
},
"source": {
"git": "https://github.com/Lukas-Stuehrk/XMLHTTPRequest.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "XMLHTTPRequest/XMLHTTPRequest.*",
"resource_bundles": {
},
"public_header_files": "XMLHTTPRequest/XMLHTTPRequest.h",
"frameworks": "JavaScriptCore"
}