| { |
| "name": "RequestUtils", |
| "version": "1.1", |
| "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" |
| }, |
| "source_files": "RequestUtils/RequestUtils.{h,m}", |
| "requires_arc": true, |
| "platforms": { |
| "osx": "10.6", |
| "ios": "4.3" |
| } |
| } |