blob: cac4ad204f6d7dddcc2bbc1974b82044d56d2853 [file] [log] [blame]
{
"name": "GFT-Network",
"version": "1.0.1",
"summary": "Library to call network services, also using certificates and parse response from the server.",
"swift_version": "3.2",
"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 }",
"homepage": "https://git.gft.com/digital-channels-components/iOS/GFT-Network",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lono": "lazaro.neto@gft.com"
},
"source": {
"git": "https://git.gft.com/digital-channels-components/iOS/GFT-Network.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GFT-Network/{Classes,Extensions}/**/*"
}