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