| { | |
| "name": "SGProxyingURLProtocol", | |
| "version": "1.0", | |
| "license": "MIT", | |
| "homepage": "https://github.com/sanekgusev/SGProxyingURLProtocol", | |
| "summary": "An NSURLProtocol subclass for easy creation of pass-through URL protocols.", | |
| "authors": { | |
| "Alexander Gusev": "sanekgusev@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/sanekgusev/SGProxyingURLProtocol.git", | |
| "tag": "1.0" | |
| }, | |
| "platforms": { | |
| "ios": "5.0" | |
| }, | |
| "source_files": "src/**/*.{h,m}", | |
| "frameworks": "Foundation", | |
| "requires_arc": true | |
| } |