blob: 101d78d42f0c56cdf0cf7e52ab26774f2551b7a3 [file] [log] [blame]
{
"name": "PTLURLProtocol",
"version": "0.0.1",
"summary": "A helpful wrapper for testing network requests using NSURLProtocol",
"homepage": "https://github.com/PearTreeLabs/PTLURLProtocol",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Brian Partridge": "brianpartridge@gmail.com"
},
"source": {
"git": "https://github.com/PearTreeLabs/PTLURLProtocol.git",
"tag": "0.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "PTLURLProtocol/*.{h,m}",
"frameworks": "UIKit"
}