[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 3 / a / e / Slippers / 0.0.2 / Slippers.podspec.json
blob71f6c7d901d93c3126d89acb4f1668c3c8e7f41d
2   "name": "Slippers",
3   "version": "0.0.2",
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   ],
13   "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",
14   "homepage": "https://github.com/ThryvInc/slippers",
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "authors": {
20     "Elliot Schrock": ""
21   },
22   "source": {
23     "git": "https://github.com/ThryvInc/slippers.git",
24     "tag": "0.0.2"
25   },
26   "social_media_url": "https://twitter.com/elliot_schrock",
27   "platforms": {
28     "ios": "10.0"
29   },
30   "source_files": "Slippers/Classes/**/*",
31   "swift_version": "5.2"