blob: eb51cd1e4f77ca0f00028a60e5455a046b25897d [file] [log] [blame]
{
"name": "Mocky",
"version": "0.0.2",
"summary": "Unit testing library for Swift",
"description": "Library that uses metaprogramming technique, to generate mocks based on sources, that makes testing for Swift Mockito-like.",
"homepage": "https://github.com/CurlyHeir/Mocky",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Przemysław Wośko": "przemyslaw.wosko@intive.com"
},
"source": {
"git": "https://github.com/CurlyHeir/Mocky.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Mocky/Classes/**/*",
"preserve_paths": "*",
"frameworks": "XCTest",
"dependencies": {
"Sourcery": [
]
},
"pushed_with_swift_version": "3.0"
}