[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / 7 / 8 / LuaScriptCore / 2.2.1 / LuaScriptCore.podspec.json
blob3dffcbf3418ecdef87278c2c9489d3593007851e
2   "name": "LuaScriptCore",
3   "version": "2.2.1",
4   "summary": "An easy-to-use OC-Lua bridge",
5   "description": "An easy-to-use OC-Lua bridge",
6   "homepage": "https://vimfung.github.io/LuaScriptCore",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "vimfung": "vimfung@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.7"
14   },
15   "source": {
16     "git": "https://github.com/vimfung/LuaScriptCore.git",
17     "tag": "2.2.1"
18   },
19   "requires_arc": true,
20   "xcconfig": {
21     "OTHER_CFLAGS": "-DTARGET_OS_IPHONE"
22   },
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Source/lua-core/src/*.{h,c}",
27       "requires_arc": true
28     },
29     {
30       "name": "OCLua",
31       "source_files": [
32         "Source/iOS_OSX/Code/**/*",
33         "Source/iOS_OSX/*.{h,m}"
34       ],
35       "dependencies": {
36         "LuaScriptCore/Core": [
38         ]
39       },
40       "requires_arc": true
41     }
42   ]