[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 0 / 4 / CLua / 0.1.0 / CLua.podspec.json
blob4cafa2df36f2285c3ebc21215aabb35f8a440c31
2   "name": "CLua",
3   "version": "0.1.0",
4   "summary": "Exports Lua (written in the C language) to Swift and iOS.",
5   "description": "Exports Lua (written in the C language) to Swift.\nSee the example AppDelegate.swift for the \"Hello, world!\" implementation from Lua.\nCurrently forked from the master branch of Lua as of April 21, 2018.\nDoes not include a Swift wrapper or conveniences of any kind. For those, see WolfLua.",
6   "homepage": "https://github.com/wolfmcnally/CLua",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wolfmcnally": "wolf@wolfmcnally.com"
13   },
14   "source": {
15     "git": "https://github.com/wolfmcnally/CLua.git",
16     "tag": "0.1.0"
17   },
18   "swift_version": "4.1",
19   "platforms": {
20     "ios": "9.3",
21     "osx": "10.13",
22     "tvos": "11.0"
23   },
24   "source_files": [
25     "lua/*.{c,h}"
26   ],
27   "exclude_files": [
28     "lua/lbitlib.c",
29     "lua/lua.c",
30     "lua/ltests.h"
31   ],
32   "private_header_files": [
33     "lua/ljumptab.h"
34   ]