4 "summary": "Library to call network services, also using certificates and parse response from the server.",
5 "swift_version": "3.2",
6 "description": "With this Library is possible call network services. Follow bellow how to do it.about\n\n- Call the service:\n NetworkManager.shared.request(url: URL) { (response) in\n // enter your code here\n }",
7 "homepage": "https://git.gft.com/digital-channels-components/iOS/GFT-Network",
13 "lono": "lazaro.neto@gft.com"
16 "git": "https://git.gft.com/digital-channels-components/iOS/GFT-Network.git",
22 "source_files": "GFT-Network/{Classes,Extensions}/**/*"