[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / e / 7 / 8 / LuaScriptCore / 1.3.5 / LuaScriptCore.podspec.json
blobe8ed6bab0c3c5fafa6a7d92023ab6c57a3e7f9fa
2   "name": "LuaScriptCore",
3   "version": "1.3.5",
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     "osx": "10.7"
14   },
15   "source": {
16     "git": "https://github.com/vimfung/LuaScriptCore.git",
17     "tag": "1.3.5"
18   },
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Source/lua-core/src/*.{h,c}",
24       "requires_arc": true
25     },
26     {
27       "name": "OCLua",
28       "source_files": [
29         "Source/iOS_OSX/Code/**/*",
30         "Source/iOS_OSX/*.{h,m}"
31       ],
32       "dependencies": {
33         "LuaScriptCore/Core": [
35         ]
36       },
37       "requires_arc": true
38     }
39   ]