blob: 1953387b8d59290c3d1ac571961e68bf7ac0f5c7 [file] [log] [blame]
{
"name": "NSURLSession-Mock",
"version": "1.0.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": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"compiler_flags": "-Wall -Werror -Wextra",
"source_files": "Pod/Classes/**/*"
}