blob: 35d8bb856a41413ce203323ff3a559b52d986a88 [file] [log] [blame]
{
"name": "MockingBird",
"version": "1.0.0",
"summary": "A library to mock each HTTP request.",
"description": "MockingBird allow you to record in a JSON file each request called by the application, and then also it allows to stub the same requests with the same file saved previously.",
"homepage": "https://github.com/the-software-factory",
"license": "MIT",
"authors": {
"centura87": "giusbruno1987@gmail.com"
},
"source": {
"git": "https://github.com/the-software-factory/MockingBird-iOS.git",
"tag": "1.0.0"
},
"source_files": "MockingBird/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"OHHTTPStubs": [
]
}
}