blob: 3cb0dff896d1dadec3f84afefd8ce7bdb50590e6 [file] [log] [blame]
{
"name": "NSURLSession-Mock",
"version": "0.7.0",
"summary": "Stub responses from NSURLSession",
"description": "This pod will add methods to NSURLSession to help stubbing server responses, making functional testing simpler",
"homepage": "https://github.com/net-a-porter-mobile/NSURLSession-Mock",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Sam Dean": "sam.dean@net-a-porter.com"
},
"source": {
"git": "https://github.com/net-a-porter-mobile/NSURLSession-Mock.git",
"tag": "0.7.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"compiler_flags": "-Wall -Werror -Wextra",
"source_files": "Pod/Classes/**/*"
}