[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 7 / 2 / 8 / xt-engine / 0.7.0 / xt-engine.podspec.json
blob26a32d5823ced9b62f5befdebbdca62c997ea8c5
2   "name": "xt-engine",
3   "version": "0.7.0",
4   "summary": "xt engine is a light-weight JavaScript bridge.",
5   "description": "xt engine is a light-weight JavaScript bridge, helps you export native classes to JavaScriptCore.",
6   "homepage": "https://github.com/xtstudio/engine-ios",
7   "license": "MIT",
8   "authors": {
9     "PonyCui": "cuis@vip.qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/xtstudio/engine-ios.git",
16     "tag": "0.7.0"
17   },
18   "source_files": [
19     "Sources",
20     "Sources/*.{h,m}",
21     "Sources/**/*.{h,m}"
22   ],
23   "frameworks": "JavaScriptCore",
24   "requires_arc": true,
25   "dependencies": {
26     "Aspects": [
28     ],
29     "CocoaLumberjack": [
31     ]
32   }