blob: dab1f6016a559cb31ab0e767e2fe702ee726e569 [file] [log] [blame]
{
"name": "Moxie",
"version": "0.2.2",
"summary": "A mocking library for Swift.",
"description": "Moxie makes creating mocks easier in Swift.",
"homepage": "https://github.com/DarthStrom/Moxie",
"license": "MIT",
"authors": {
"Jason Duffy": "jasonsduffy@gmail.com"
},
"social_media_url": "http://twitter.com/DarthStrom",
"source": {
"git": "https://github.com/DarthStrom/Moxie.git",
"tag": "0.2.2"
},
"source_files": "Sources/**/*.swift",
"platforms": {
"osx": "10.10",
"ios": "8.0",
"tvos": "9.0"
}
}