[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 3 / a / e / Slippers / 0.1.0 / Slippers.podspec.json
blob4f33be727f52d53b081bcc899f5b7b93066d812d
2   "name": "Slippers",
3   "version": "0.1.0",
4   "summary": "Slippers provides some simple types that make working with network calls easier.",
5   "swift_versions": [
6     "4.0",
7     "4.1",
8     "4.2",
9     "5.0",
10     "5.1",
11     "5.2",
12     "5.3"
13   ],
14   "description": "Slippers adds some structure around common networking tasks like refreshing, paging, and json parsing.\n\nSpecifically, it provides:\n- A protocol called Refreshable which requires a `refresh` function\n- A functional implementation of Refreshable\n- A 'meta' refresher class which will accept bunch of refreshables and refresh all of them on command\n- A protocol called Pageable which requires `nextPage` and `fetchPage` functions\n- A functional implementation of Pageable + Refreshable that manages the page number for you\n- An extension to Pageable that can be used with `UITableViewDelegate`s to simplify infinite lists\n- An array extension that allows you to use a simple array to simulate paginated batches of elements\n- A class that makes a single JSONEncoder and JSONDecoder available throughout your project with smart defaults set on them\n- A ID class that you can use transparently for integer server ids which helps enforce type consistency when passed around",
15   "homepage": "https://github.com/ThryvInc/slippers",
16   "license": {
17     "type": "MIT",
18     "file": "LICENSE"
19   },
20   "authors": {
21     "Elliot Schrock": ""
22   },
23   "source": {
24     "git": "https://github.com/ThryvInc/slippers.git",
25     "tag": "0.1.0"
26   },
27   "social_media_url": "https://twitter.com/elliot_schrock",
28   "platforms": {
29     "ios": "10.0"
30   },
31   "source_files": "Slippers/Classes/**/*",
32   "swift_version": "5.3"