[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 5 / 4 / luafan / 0.6.1 / luafan.podspec.json
blob3f83d1f2737167b4bf106c7b7bc0bf39b2af03a9
2   "name": "luafan",
3   "version": "0.6.1",
4   "summary": "luafan library.",
5   "description": "luafan library.",
6   "homepage": "https://github.com/luafan/luafan",
7   "license": "MIT",
8   "authors": {
9     "samchang": "sam.chang@me.com"
10   },
11   "platforms": {
12     "ios": "7.0.0"
13   },
14   "source": {
15     "git": "https://github.com/luafan/luafan.git",
16     "tag": "v0.6.1"
17   },
18   "source_files": [
19     "src/*.{h,c}",
20     "src/utlua.c"
21   ],
22   "exclude_files": "src/luamariadb.c",
23   "dependencies": {
24     "CAPKit-lua53": [
25       "~> 0.1.0"
26     ],
27     "CAPKit-3rdparty-libs": [
28       "~> 0.1.0"
29     ]
30   },
31   "xcconfig": {
32     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/luafan/src $(PODS_ROOT)/CAPKit-lua53/lua-5.3.3/src $(PODS_ROOT)/CAPKit-lua53/lua53"
33   }