blob: 1c36b86f3b18702c1dc741044d28059c75bbc282 [file] [log] [blame]
{
"name": "PMHTTP",
"version": "3.0.5",
"summary": "Swift/Obj-C HTTP framework with a focus on REST and JSON",
"description": "PMHTTP is an HTTP framework built around NSURLSession and designed for Swift while retaining Obj-C compatibility.",
"homepage": "https://github.com/postmates/PMHTTP",
"license": {
"type": "MIT",
"file": "LICENSE-MIT"
},
"authors": "Kevin Ballard",
"social_media_url": "https://twitter.com/eridius",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/postmates/PMHTTP.git",
"tag": "v3.0.5"
},
"source_files": "Sources",
"private_header_files": "Sources/PMHTTPManager*.h",
"frameworks": "CFNetwork",
"module_map": "Sources/pmhttp.modulemap",
"dependencies": {
"PMJSON": [
">= 1.2",
"< 3.0"
]
},
"pushed_with_swift_version": "3.0"
}