[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / e / c / JLPRequestSubscripting / 1.0.1 / JLPRequestSubscripting.podspec.json
blobb5eda46fe147eef98d43d0fa28fa5b90d13a4689
2   "name": "JLPRequestSubscripting",
3   "version": "1.0.1",
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.1"
14   },
15   "source_files": [
16     "NSURLRequest+JLPURLSubscripting.{h,m}",
17     "JLPRequestSubscripting.h"
18   ],
19   "frameworks": "Foundation",
20   "requires_arc": true