[Add] FaceSDKNightly 6.4.2324
[CocoaPods.git] / Specs / 7 / 4 / a / libnfs / 0.0.2 / libnfs.podspec.json
blobaf3b9394e75cf2918c3bf6b437617337ad10a554
2   "name": "libnfs",
3   "version": "0.0.2",
4   "summary": "libnfs framework for Swift",
5   "swift_versions": "5.0",
6   "description": "A Swift framework for network file browsing. Built on top of libnfs.",
7   "homepage": "https://github.com/alexiscn/libnfs",
8   "license": "MIT",
9   "authors": {
10     "xushuifeng": "https://github.com/alexiscn"
11   },
12   "source": {
13     "git": "https://github.com/alexiscn/libnfs.git",
14     "tag": "0.0.2"
15   },
16   "platforms": {
17     "ios": "11.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "Source/*.{swift,h}",
22     "Source/nfs/*.{c,h,modulemap}"
23   ],
24   "public_header_files": "Source/*.h",
25   "pod_target_xcconfig": {
26     "GCC_PREPROCESSOR_DEFINITIONS": [
27       "HAVE_CONFIG_H",
28       "'_U_=__attribute__((unused))'"
29     ],
30     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
31     "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/Source/nfs/**",
32     "LIBRARY_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/Source/"
33   },
34   "libraries": "c++",
35   "preserve_paths": "Source/nfs/module.modulemap",
36   "swift_version": "5.0"