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",
10 "xushuifeng": "https://github.com/alexiscn"
13 "git": "https://github.com/alexiscn/libnfs.git",
22 "Source/nfs/*.{c,h,modulemap}"
24 "public_header_files": "Source/*.h",
25 "pod_target_xcconfig": {
26 "GCC_PREPROCESSOR_DEFINITIONS": [
28 "'_U_=__attribute__((unused))'"
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/"
35 "preserve_paths": "Source/nfs/module.modulemap",
36 "swift_version": "5.0"