blob: fd962b3db344476d9a0476315ce4a1f56093675c [file] [log] [blame]
{
"name": "GFT-Network",
"version": "1.0.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GFT-Network/{Classes,Extensions}/**/*"
}