blob: 6ab9856ffca659d5a4d704db0aca835bdd87e860 [file] [log] [blame]
{
"name": "MockSix",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "8.4",
"osx": "10.10",
"tvos": "9.2"
},
"source_files": "MockSix/*.{swift,h}",
"public_header_files": "MockSix/MockSix.h",
"pushed_with_swift_version": "3.0"
}