[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / e / c / JLPRequestSubscripting / 1.0.0 / JLPRequestSubscripting.podspec.json
blob79db5addb9319285558056b7e3e6ba5ba083210b
2   "name": "JLPRequestSubscripting",
3   "version": "1.0.0",
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",
8   "authors": {
9     "swizzlr": "me@swizzlr.co"
10   },
11   "source": {
12     "git": "https://github.com/swizzlr/JLPRequestSubscripting.git",
13     "tag": "1.0.0"
14   },
15   "source_files": "NSURLRequest+JLPURLSubscripting.{h,m}",
16   "frameworks": "Foundation",
17   "requires_arc": true