blob: 66c119e8edb2245d19786e45f033cb739564e714 [file] [log] [blame]
{
"name": "Spurious",
"version": "0.2",
"summary": "A testing tool that eases pure Swift stubbing, faking & verifying",
"description": "Easily create Swift test object fakes and mocks that can be stubbed, and that can verify function calls. Allows for easy testing of interface with dependencies without the overhead of creating extensive or duplicate fake class implementations.",
"homepage": "https://github.com/jwilkey/Spurious",
"license": "MIT",
"authors": {
"Justin Wilkey": "tentkeep@gmail.com"
},
"source": {
"git": "https://github.com/jwilkey/Spurious.git",
"tag": "0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Spurious": [
"Pod/Assets/*.png"
]
}
}