blob: 1bdcb5f98a44b4ba36269a8113a079afc003253f [file] [log] [blame]
{
"name": "Check",
"version": "0.0.1",
"summary": "A Swift mocking library",
"description": "A Swift mock library for creating concise, DRY mocks. Check has been designed to work when using protocols to inject dependencies.",
"homepage": "http://github.com/ceek/Check",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Howell": "chris.kevin.howell@gmail.com"
},
"social_media_url": "https://twitter.com/howellck",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/ceek/Check.git",
"tag": "0.0.1"
},
"source_files": "Check/*.{swift}",
"requires_arc": true
}