blob: c7c4a144383e0b0920650b7212a8f989182de050 [file] [log] [blame]
{
"name": "Forest",
"version": "1.27.0",
"summary": "Forest client makes it simple to send requests to web services",
"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.",
"homepage": "https://github.com/kzlekk/Forest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Natan Zalkin": "natan.zalkin@me.com"
},
"source": {
"git": "https://github.com/kzlekk/Forest.git",
"tag": "1.27.0"
},
"module_name": "Forest",
"swift_versions": "5.0",
"platforms": {
"ios": "10.3",
"osx": "10.13"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Forest/Core/*.swift",
"ios": {
"frameworks": "MobileCoreServices"
}
},
{
"name": "Protobuf",
"dependencies": {
"Forest/Core": [
],
"SwiftProtobuf": [
]
},
"source_files": "Forest/Protobuf/*.swift"
},
{
"name": "Reachability",
"source_files": "Forest/Reachability/*.swift"
}
],
"swift_version": "5.0"
}