[Add] AlibabacloudBssOpenApi20171214 3.1.0
[CocoaPods.git] / Specs / a / d / 3 / JSCoreBom / 1.0.0 / JSCoreBom.podspec.json
blob12b1d56d35d7441f3edcf6dd4fdd4fc489185e7d
2   "name": "JSCoreBom",
3   "version": "1.0.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Artem Yarulin": "artem.yarulin@fessguid.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/artemyarulin/JSCoreBom.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "JSCoreBom/JSCoreBom.{h,m}",
22   "public_header_files": "JSCoreBom/JSCoreBom.h",
23   "frameworks": "JavaScriptCore",
24   "requires_arc": true