[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / b / 2 / a / VFNetwork / 1.3.0 / VFNetwork.podspec.json
blob07ac48c04df884aff1e4a81accc9a12fee782d24
2   "name": "VFNetwork",
3   "version": "1.3.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Victor Freitas": "vitoralves59@gmail.com"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "swift_versions": "5.5",
18   "frameworks": "XCTest",
19   "source": {
20     "git": "https://github.com/vafreitas/VFNetwork.git",
21     "tag": "1.3.0"
22   },
23   "source_files": "Sources/VFNetwork/**/*.{swift,h,m}",
24   "requires_arc": true,
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"
31   },
32   "swift_version": "5.5"