4 "summary": "Forest client makes it simple to send requests to web services",
5 "description": "Forest client is a flexible and extensible RESTful API client framework built on top of `URLSession` and `URLSessionTask`. It includes network object mappers from JSON for the most commonly used data types. Because of its simple data encoding/decoding approach and extensible architecture you can easily add your custom network object mappers. Forest provides most of the features needed to build robust client for your backend services.",
6 "homepage": "https://github.com/kzlekk/Forest",
12 "Natan Zalkin": "natan.zalkin@me.com"
15 "git": "https://github.com/kzlekk/Forest.git",
18 "module_name": "Forest",
19 "swift_versions": "5.0",
24 "default_subspecs": "Core",
28 "source_files": "Forest/Core/*.swift",
30 "frameworks": "MobileCoreServices"
43 "source_files": "Forest/Protobuf/*.swift"
46 "name": "Reachability",
47 "source_files": "Forest/Reachability/*.swift"
50 "swift_version": "5.0"