repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git]
/
Specs
/
a
/
6
/
e
/
ObjC-Lua
/
1.0
/
ObjC-Lua.podspec.json
blob
35ad18c1053385104749895fc146fd91d0dba5c0
1
{
2
"name": "ObjC-Lua",
3
"version": "1.0",
4
"summary": "An Objective-C wrapper around Lua.",
5
"homepage": "https://github.com/PedestrianSean/ObjC-Lua",
6
"license": "BSD",
7
"authors": {
8
"Sean Meiners": "oss@ssttr.com"
9
},
10
"source": {
11
"git": "https://github.com/PedestrianSean/ObjC-Lua.git",
12
"tag": "v1.0"
13
},
14
"source_files": [
15
"classes/*.{h,m}",
16
"lua/src/*.{h,c}"
17
],
18
"exclude_files": [
19
"lua/src/luac.c",
20
"lua/src/lua.c"
21
],
22
"requires_arc": true,
23
"compiler_flags": "-DLUA_USE_MACOSX=1"
24
}