[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / e / 3 / RestBird / 0.3.1 / RestBird.podspec.json
blobbb261c702e6a5682e8d4b0ad85d3e42055088251
2   "name": "RestBird",
3   "version": "0.3.1",
4   "homepage": "https://github.com/halcyonmobile/RestBird",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": "Halcyon Mobile",
10   "summary": "Lightweight, stateless REST network manager over the Codable protocol.",
11   "swift_version": "4.2",
12   "platforms": {
13     "ios": "9.0",
14     "osx": "10.10"
15   },
16   "source": {
17     "git": "https://github.com/halcyonmobile/RestBird.git",
18     "tag": "v0.3.1"
19   },
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Sources/RestBird/**/*.swift"
25     },
26     {
27       "name": "Alamofire",
28       "source_files": "Sources/RestBird-Alamofire/*.swift",
29       "dependencies": {
30         "RestBird/Core": [
32         ],
33         "Alamofire": [
35         ]
36       }
37     },
38     {
39       "name": "URLSession",
40       "source_files": "Sources/RestBird-URLSession/*.swift",
41       "dependencies": {
42         "RestBird/Core": [
44         ]
45       }
46     }
47   ]