[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 1 / a / NetworkLayerSwift / 0.2.0 / NetworkLayerSwift.podspec.json
blob69f5b757be77ca40d8e326a227459edd5525c547
2   "name": "NetworkLayerSwift",
3   "version": "0.2.0",
4   "summary": "NetworkLayerSwift is managed network layer built up on Moya network library.",
5   "description": "Built up on MoyaProvider<MultiTarget> provider\nProviders:\n- sending plain request via `sendRequest` which only success and failure\n- fetching data request via `fetchData` which return success with mappable object result or failure with error\nFeatures:\n- Caching with by providing cachedResponseKey - only available for `fetchData`\n- Retry on 401 error by passing true to shouldRetryOn401 paramter - also need to pass reauthenticate block to NL.reauthenticateBlock\n- Progress block for uploading and downloading request to get current progress by ((Double)-> Void) block",
6   "homepage": "https://github.com/hossamsherif/networking-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hossamsherif": "hossam.sherif21@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hossamsherif/networking-ios.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "NetworkLayerSwift/Classes/**/*",
23   "dependencies": {
24     "Moya": [
25       "~> 14.0"
26     ],
27     "ObjectMapper": [
29     ],
30     "ReachabilitySwift": [
32     ],
33     "DataCache": [
35     ]
36   },
37   "swift_version": "5.0"