blob: c031f9129357b278c5359291739fe55614b57a77 [file] [log] [blame]
{
"name": "anfema-mockingbird",
"version": "1.0.1",
"summary": "HTTP-Response mocking for iOS and OS X.",
"description": "HTTP-Response mocking for iOS and OS X\n\nFeatures:\n- Intercepts all requests going through the NSURLSession interface\n- Allows to send binary files\n- Mocking dataset may be changed at all times to mock server data changes\n- Data is organized in bundles that are easy to maintain",
"homepage": "https://github.com/anfema/Mockingbird",
"license": {
"type": "BSD",
"file": "LICENSE.txt"
},
"authors": {
"Johannes Schriewer": "j.schriewer@anfe.ma"
},
"social_media_url": "http://twitter.com/dunkelstern",
"platforms": {
"ios": "8.4",
"osx": "10.10"
},
"source": {
"git": "https://github.com/anfema/Mockingbird.git",
"tag": "1.0.1"
},
"source_files": "src/*.swift",
"frameworks": [
"Alamofire",
"DEjson"
],
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"DEjson": [
"~> 1.0"
]
}
}