blob: b5eda46fe147eef98d43d0fa28fa5b90d13a4689 [file] [log] [blame]
{
"name": "JLPRequestSubscripting",
"version": "1.0.1",
"summary": "Terrific HTTP header subscripting for NSURLRequests!",
"description": " \t\t\t\t\tThe syntax for modifying NSURLRequest HTTP headers sucks.\n \t\t\t\t\t\n \t\t\t\t\tInstall JLPRequestSubscripting to go from this:\n \t\t\t\t\t\t[mutableRequest setValue:@\"application/json\" forHTTPHeaderField:@\"Accept\"];\n \t\t\t\t\t\t[mutableRequest addValue:@\"text/plain\" forHTTPHeaderField:@\"Accept\"];\n \t\t\t\t\tto this:\n \t\t\t\t\t\tmutableRequest[@\"Accept\"] = @[@\"application/json\", @\"text/plain\"];\n \t\t\t\t\t\n \t\t\t\t\tIt works on mutable and immutable requests, with zero runtime hackery and a small footprint.\n",
"homepage": "https://github.com/swizzlr/JLPRequestSubscripting",
"license": "Public Domain",
"authors": {
"swizzlr": "me@swizzlr.co"
},
"source": {
"git": "https://github.com/swizzlr/JLPRequestSubscripting.git",
"tag": "1.0.1"
},
"source_files": [
"NSURLRequest+JLPURLSubscripting.{h,m}",
"JLPRequestSubscripting.h"
],
"frameworks": "Foundation",
"requires_arc": true
}