[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 5 / 0 / 9 / VJSBridge / 0.0.1 / VJSBridge.podspec.json
blobf177ebbc5217347e1dac32fe94bda440dda22f4b
2   "name": "VJSBridge",
3   "version": "0.0.1",
4   "summary": "This project make a bridge between Objective-C and JavaScript.",
5   "description": "This project make a bridge between Objective-C and JavaScript. It provides safe and convenient way to call objC code from js and call js code from objC.",
6   "homepage": "https://github.com/JasonLeee2014/VJSBridge-iOS",
7   "license": "MIT",
8   "authors": {
9     "李俊杰": "comfan2012@icloud.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/JasonLeee2014/VJSBridge-iOS.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "Classes",
20     "VJSBridge/*.{h,m}"
21   ]