blob: b5587806fcb4663e2bd8d825be594e40ebb45355 [file] [log] [blame]
{
"name": "Testable",
"version": "0.1.0",
"summary": "A Swift mocking framework to easily spy on your test doubles or turn them into stubs.",
"homepage": "https://github.com/pimnijman/Testable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pim Nijman": "nijman@gmail.com"
},
"source": {
"git": "https://github.com/pimnijman/Testable.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/pnijman",
"platforms": {
"ios": "8.0"
},
"source_files": "Testable/Classes/**/*",
"pushed_with_swift_version": "3.0"
}