blob: 4076730a898cfb002bdc4ffcca2ef9d2e826826b [file] [log] [blame]
{
"name": "Mockingdrive",
"version": "0.1.0",
"summary": "Testing framework for stubbing Hypermedia HTTP requests",
"homepage": "https://github.com/kylef/Mockingdrive",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "kyle@fuller.li"
},
"social_media_url": "http://twitter.com/kylefuller",
"source": {
"git": "https://github.com/kylef/Mockingdrive.git",
"tag": "0.1.0"
},
"source_files": "Mockingdrive/*.{h,swift}",
"frameworks": "XCTest",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"dependencies": {
"Representor": [
],
"Mockingjay": [
"~> 1.0"
]
}
}