[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / d / 8 / 7 / GFT-Network / 1.0.6 / GFT-Network.podspec.json
blob95b5544d61d023a772e6f824b09d57540c7b96c2
2   "name": "GFT-Network",
3   "version": "1.0.6",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "lono": "lazaro.neto@gft.com"
14   },
15   "source": {
16     "git": "https://git.gft.com/digital-channels-components/iOS/GFT-Network.git",
17     "tag": "1.0.6"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "GFT-Network/{Classes,Extensions}/**/*"