[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / e / 3 / RestBird / 0.1.0 / RestBird.podspec.json
blobdd2c2b3b81cbaae3a95ff843b98b3599ca6cd060
2   "name": "RestBird",
3   "version": "0.1.0",
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.1.0"
19   },
20   "source_files": "Sources/**/*.swift",
21   "dependencies": {
22     "Alamofire": [
24     ]
25   }