2 "name": "IncredibleNetworkManager",
4 "summary": "Awesome library to load JSON objects and parse them, also do download and caching images.",
5 "swift_version": "3.2",
6 "description": "To use the Library initialize it in the AppDelegate with the command:\n- NetworkManager.initializeNetworkManager()\n\nTo request from the server use the method:\n- NetworkManager.shared.performRequest(_ urlString: String?,\n method: URLMethod? = .GET,\n bodyData: Data? = nil,\n headerValues: [[String]]? = nil,\n shouldCache: Bool = false,\n completion:@escaping (_ data: Data?) -> Void,\n timeoutAfter timeout: TimeInterval = 120,\n onTimeout: (()->Void)? = nil) -> URLSessionDataTask?\n\nTo load images into the chache use the method:\n- imageView.setImage(<#T##url: String?##String?#>, thumbnailUrl: <#T##String?#>, placeholder: <#T##UIImage?#>, animated: <#T##Bool#>, completion: <#T##((UIImage?) -> Void)?##((UIImage?) -> Void)?##(UIImage?) -> Void#>)",
7 "homepage": "https://github.com/fghoffmann/IncredibleNetworkManager",
13 "Fabio Gustavo Hoffmann": "fabio@dogtownmedia.com"
16 "git": "https://github.com/fghoffmann/IncredibleNetworkManager.git",
22 "source_files": "IncredibleNetworkManager/{Classes,Extensions}/**/*"