[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 2 / a / VFNetwork / 1.2.1 / VFNetwork.podspec.json
blob365aecae847e3f7f6fdb4ca50472484b216e77f2
2   "name": "VFNetwork",
3   "version": "1.2.1",
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": "9.0"
16   },
17   "swift_versions": "5.5",
18   "frameworks": "XCTest",
19   "source": {
20     "git": "https://github.com/vafreitas/VFNetwork.git",
21     "tag": "1.2.1"
22   },
23   "source_files": "VFNetwork/Classes/**/*.{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"