blob: e11878ed7faddb626e7f2f2fb867287735282967 [file] [log] [blame]
{
"name": "Dobby",
"version": "0.4",
"authors": {
"Felix Jendrusch": "felix@felixjendrusch.is"
},
"social_media_url": "https://twitter.com/felixjendrusch",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"homepage": "https://github.com/rheinfabrik/Dobby",
"source": {
"git": "https://github.com/rheinfabrik/Dobby.git",
"tag": "0.4"
},
"summary": "Swift helpers for mocking and stubbing",
"description": "Dobby provides a few helpers for mocking and stubbing.",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"frameworks": [
"Foundation",
"XCTest"
],
"source_files": "Dobby/**/*.{h,swift}"
}