4 "summary": "The Swift Network Protocol Oriented Framework.",
5 "description": "VFNetwork is a protocol-oriented framework that will help you assemble your network layer quickly with just a few steps",
6 "homepage": "https://github.com/vafreitas/VFNetwork",
12 "Victor Freitas": "vitoralves59@gmail.com"
17 "swift_versions": "5.5",
18 "frameworks": "XCTest",
20 "git": "https://github.com/vafreitas/VFNetwork.git",
23 "source_files": "Sources/VFNetwork/**/*.{swift,h,m}",
25 "pod_target_xcconfig": {
26 "APPLICATION_EXTENSION_API_ONLY": "YES",
27 "DEFINES_MODULE": "YES",
28 "ENABLE_BITCODE": "NO",
29 "ENABLE_TESTING_SEARCH_PATHS": "YES",
30 "OTHER_LDFLAGS": "$(inherited) -Xlinker -no_application_extension"
32 "swift_version": "5.5"