[Add] LiveKitWebRTC-Vama 125.6422.11
[CocoaPods.git] / Specs / 8 / e / 3 / PMHTTP / 4.4.3 / PMHTTP.podspec.json
blob298224fe709bc253c4fe7020a7092ce91af74dc2
2   "name": "PMHTTP",
3   "version": "4.4.3",
4   "summary": "Swift/Obj-C HTTP framework with a focus on REST and JSON",
5   "description": "PMHTTP is an HTTP framework built around NSURLSession and designed for Swift while retaining Obj-C compatibility.",
6   "homepage": "https://github.com/postmates/PMHTTP",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE-MIT"
10   },
11   "authors": "Lily Ballard",
12   "social_media_url": "https://twitter.com/LilyInTech",
13   "platforms": {
14     "ios": "8.0",
15     "osx": "10.10",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "swift_versions": "4.0",
20   "source": {
21     "git": "https://github.com/postmates/PMHTTP.git",
22     "tag": "v4.4.3"
23   },
24   "source_files": "Sources",
25   "private_header_files": "Sources/PMHTTPManager*.h",
26   "frameworks": "CFNetwork",
27   "libraries": "c++",
28   "module_map": "Sources/pmhttp.modulemap",
29   "dependencies": {
30     "PMJSON": [
31       ">= 3.0",
32       "< 5.0"
33     ]
34   },
35   "swift_version": "4.0"