blob: 85f70fc388e1d5ecde659ead08707cbd94dfcec2 [file] [log] [blame]
{
"name": "Rec",
"version": "1.0.1",
"summary": "Helper library to record URL requests and save them locally (great for fixtures in HTTP stubbing).",
"description": "Rec is a `NSURLProtocol` that intercepts each `NSURL` request made from `NSURLSession`s (with `defaultSessionConfiguration` & `ephemeralSessionConfiguration`) and adds itself as the delegate for the connection; once the request succeeds the framework will save it to the application's `Documents` folder (under «Fixtures» folder).\n",
"homepage": "https://github.com/esttorhe/Rec",
"license": "MIT",
"authors": {
"esttorhe": "me@estebantorr.es"
},
"source": {
"git": "https://github.com/esttorhe/Rec.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/esttorhe",
"requires_arc": true,
"source_files": "Rec/*.swift",
"dependencies": {
"Result": [
"~> 0.4"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"module_name": "Rec"
}