[Add] RegulaCommonNightly 7.5.932
[CocoaPods.git] / Specs / f / 5 / 4 / luafan / 0.7.1 / luafan.podspec.json
blob527c5b96ed5d5b0a985ded3f61256db33ff4a442
2   "name": "luafan",
3   "version": "0.7.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.7.1"
17   },
18   "source_files": [
19     "src/*.{h,c}",
20     "src/utlua.c"
21   ],
22   "exclude_files": "src/luamariadb.c",
23   "compiler_flags": "-DTARGET_OS_IPHONE=1 -DFAN_HAS_OPENSSL",
24   "dependencies": {
25     "CAPKit-lua53": [
26       "~> 0.1.0"
27     ],
28     "CAPKit-3rdparty-libs": [
29       "~> 0.1.0"
30     ]
31   },
32   "xcconfig": {
33     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/luafan/src $(PODS_ROOT)/CAPKit-lua53/lua-5.3.3/src $(PODS_ROOT)/CAPKit-lua53/lua53"
34   }