[Add] YIM 2.2.1
[CocoaPods.git] / Specs / a / c / 1 / Forest / 1.27.0 / Forest.podspec.json
blobc7c4a144383e0b0920650b7212a8f989182de050
2   "name": "Forest",
3   "version": "1.27.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Natan Zalkin": "natan.zalkin@me.com"
13   },
14   "source": {
15     "git": "https://github.com/kzlekk/Forest.git",
16     "tag": "1.27.0"
17   },
18   "module_name": "Forest",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "10.3",
22     "osx": "10.13"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Forest/Core/*.swift",
29       "ios": {
30         "frameworks": "MobileCoreServices"
31       }
32     },
33     {
34       "name": "Protobuf",
35       "dependencies": {
36         "Forest/Core": [
38         ],
39         "SwiftProtobuf": [
41         ]
42       },
43       "source_files": "Forest/Protobuf/*.swift"
44     },
45     {
46       "name": "Reachability",
47       "source_files": "Forest/Reachability/*.swift"
48     }
49   ],
50   "swift_version": "5.0"