[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / a / d / 3 / JSCoreBom / 1.1.0 / JSCoreBom.podspec.json
blob153ee02673c74b93562771dc65b935a406d446c5
2   "name": "JSCoreBom",
3   "version": "1.1.0",
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",
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.1.0"
20   },
21   "source_files": [
22     "JSCoreBom/JSCoreBom.{h,m}",
23     "JSCoreBom/Modules/*"
24   ],
25   "public_header_files": "JSCoreBom/JSCoreBom.h",
26   "frameworks": "JavaScriptCore",
27   "requires_arc": true