[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 9 / a / f / IncredibleNetworkManager / 0.1.2 / IncredibleNetworkManager.podspec.json
blob3c66bba297eccdd3734ebb617555e127f14b92d1
2   "name": "IncredibleNetworkManager",
3   "version": "0.1.2",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Fabio Gustavo Hoffmann": "fabio@dogtownmedia.com"
14   },
15   "source": {
16     "git": "https://github.com/fghoffmann/IncredibleNetworkManager.git",
17     "tag": "0.1.2"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "IncredibleNetworkManager/{Classes,Extensions}/**/*"