[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / 0 / 3 / 8 / WLSDKIOS / 0.8.6 / WLSDKIOS.podspec.json
blob23503b4101cea636f482567862882826885d3a4e
2   "name": "WLSDKIOS",
3   "version": "0.8.6",
4   "swift_versions": "5.0",
5   "summary": "The first phase will be large but as simple as possible.  We will start with the basic idea of adding a function for each API call.",
6   "description": "'The first phase will be large  but as simple as possible.  We will start with the basic idea of adding a function for each API call.  Where possible, please make the use of the SDK as simple as possible.  Also please document extensively in your code.  We will need to produce documentation at some point.  This documentation can either be written later, based on your source code comments / annotations, or you can choose to write it as you go if you find that easier, but then you would have to keep both up to date as things change.  Where, in the code, you have asynchronous background calls being used, the SDK should support this.  Where, in your code, you may have a queue of calls or uploads to make, the SDK should support this.  all error handling must remain, but be altered to suit its new location within the SDK.  This could mean, for example, throwing specific types of Exceptions for each of the known possible responses from an API endpoint, and then within the code, those Exceptions are caught and handled in the same way we handle those situations today.  All possible Exceptions to each API endpoint need to be documented.  We don’t want to loose functionality, we just want to move it to the SDK. '",
7   "homepage": "https://github.com/lewisfeng/WLSDKIOS",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "lewisfeng": "lewis@warrantylife.com"
14   },
15   "source": {
16     "git": "https://lewis_wl@bitbucket.org/WarrantyLife/wlsdkios.git",
17     "tag": "0.8.6"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "WLSDKIOS/Classes/**/*",
23   "dependencies": {
24     "Alamofire": [
26     ],
27     "SwiftyJSON": [
29     ],
30     "GzipSwift": [
32     ],
33     "Sentry": [
35     ]
36   },
37   "swift_version": "5.0"