blob: 8b5f350e4db6436fd87718618b1e73c957f3dfa4 [file] [log] [blame]
{
"name": "MockSix",
"version": "0.1.7",
"license": "MIT",
"summary": "An object mocking microframework for Swift",
"description": "MockSix simplifies manual object mocking in Swift by taking over some of the boilerplate\nand offering an API that is hard to use incorrectly.",
"homepage": "https://github.com/lvsti/MockSix",
"social_media_url": "https://twitter.com/cocoagrinder",
"authors": {
"Tamas Lustyik": "elveestei@gmail.com"
},
"source": {
"git": "https://github.com/lvsti/MockSix.git",
"tag": "v0.1.7"
},
"platforms": {
"ios": "8.4",
"osx": "10.10",
"tvos": "9.2"
},
"source_files": "Sources/MockSix/*.{swift,h}",
"public_header_files": "Sources/MockSix/MockSix.h",
"pushed_with_swift_version": "4.0.2"
}