2 "name": "JLPRequestSubscripting",
4 "summary": "Terrific HTTP header subscripting for NSURLRequests!",
5 "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",
6 "homepage": "https://github.com/swizzlr/JLPRequestSubscripting",
7 "license": "Public Domain",
9 "swizzlr": "me@swizzlr.co"
12 "git": "https://github.com/swizzlr/JLPRequestSubscripting.git",
15 "source_files": "NSURLRequest+JLPURLSubscripting.{h,m}",
16 "frameworks": "Foundation",