[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / b / 5 / 9 / XMLHTTPRequest / 0.1.0 / XMLHTTPRequest.podspec.json
blobb5e9d12218c09787751608beb7eb995a634f0f96
2   "name": "XMLHTTPRequest",
3   "version": "0.1.0",
4   "summary": "An implementation of the JavaScript XMLHTTPRequest object to extend JavaScriptCore.",
5   "description": "                        In iOS 7, Apple introduced the possibility to [execute JavaScript via the JavaScriptCore JavaScript\n                        engine] (http://nshipster.com/javascriptcore/). Unfortunately, JavaScriptCore is missing some\n                        objects 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\n                        is not provided by JavaScriptCore. This library implements this missing object, so it is possible to\n                        use 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.\n",
6   "homepage": "https://github.com/Lukas-Stuehrk/XMLHTTPRequest",
7   "license": "MIT",
8   "authors": {
9     "Lukas Stührk": "Lukas@Stuehrk.net"
10   },
11   "source": {
12     "git": "https://github.com/Lukas-Stuehrk/XMLHTTPRequest.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "XMLHTTPRequest/XMLHTTPRequest.*",
20   "resource_bundles": {
21   },
22   "public_header_files": "XMLHTTPRequest/XMLHTTPRequest.h",
23   "frameworks": "JavaScriptCore"