[Add] Braintree 6.25.0
[CocoaPods.git] / Specs / 8 / e / 3 / PMHTTP / 3.0.4 / PMHTTP.podspec.json
blobd188e2424e8baa24d5e83d7b6f68bd737f648bb2
2   "name": "PMHTTP",
3   "version": "3.0.4",
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": "Kevin Ballard",
12   "social_media_url": "https://twitter.com/eridius",
13   "platforms": {
14     "ios": "8.0",
15     "osx": "10.10",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/postmates/PMHTTP.git",
21     "tag": "v3.0.4"
22   },
23   "source_files": "Sources",
24   "private_header_files": "Sources/PMHTTPManager*.h",
25   "frameworks": "CFNetwork",
26   "module_map": "Sources/pmhttp.modulemap",
27   "dependencies": {
28     "PMJSON": [
29       ">= 1.2",
30       "< 3.0"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"