blob: 6bc17dd1ab46eb8cb49bff7994202e725d882a02 [file] [log] [blame]
{
"name": "NSURLSession-Mock",
"version": "0.4.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.4.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"compiler_flags": "-Wall -Werror -Wextra",
"subspecs": [
{
"name": "Common",
"source_files": "Pod/Classes/Common/**/*"
},
{
"name": "NSURLConnection",
"source_files": "Pod/Classes/NSURLConnection/**/*",
"dependencies": {
"NSURLSession-Mock/Common": [
]
}
},
{
"name": "NSURLSession",
"source_files": "Pod/Classes/NSURLSession/**/*",
"dependencies": {
"NSURLSession-Mock/Common": [
]
}
}
]
}