blob: c73d887942ec98efe22b1c7b98d05b302710bd29 [file] [log] [blame]
{
"name": "RequestUtils",
"version": "1.1.2",
"license": "zlib",
"summary": "RequestUtils is a collection of category methods designed to simplify the process of HTTP request construction and manipulation in Cocoa.",
"homepage": "https://github.com/nicklockwood/RequestUtils",
"authors": "Nick Lockwood",
"source": {
"git": "https://github.com/nicklockwood/RequestUtils.git",
"tag": "1.1.2"
},
"source_files": "RequestUtils/RequestUtils.{h,m}",
"requires_arc": true,
"platforms": {
"osx": "10.6",
"ios": "4.3",
"tvos": "9.0",
"watchos": "2.0"
}
}