[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / 1 / 4 / lua-iosx / 5.4.4.1 / lua-iosx.podspec.json
blob0785a2591fcf9ff07fcc8e141bba958597bd1803
2   "name": "lua-iosx",
3   "version": "5.4.4.1",
4   "summary": "LUA library",
5   "homepage": "https://github.com/apotocki/lua-iosx",
6   "license": "BSD",
7   "authors": {
8     "Alexander Pototskiy": "alex.a.potocki@gmail.com"
9   },
10   "social_media_url": "https://www.linkedin.com/in/alexander-pototskiy",
11   "platforms": {
12     "ios": "13.4",
13     "osx": "11.0"
14   },
15   "osx": {
16     "pod_target_xcconfig": {
17       "ONLY_ACTIVE_ARCH": "YES"
18     }
19   },
20   "ios": {
21     "pod_target_xcconfig": {
22       "ONLY_ACTIVE_ARCH": "YES"
23     }
24   },
25   "static_framework": true,
26   "prepare_command": "sh scripts/build.sh",
27   "source": {
28     "git": "https://github.com/apotocki/lua-iosx.git",
29     "tag": "5.4.4.1",
30     "submodules": "true"
31   },
32   "source_files": "frameworks/Headers/*.{h}",
33   "header_mappings_dir": "frameworks/Headers",
34   "public_header_files": "frameworks/Headers/*.{h,hpp}",
35   "vendored_frameworks": "frameworks/lua.xcframework"