blob: 61059b36d7cf14de80e63b32ece1a29ebec082b4 [file] [log] [blame]
{
"name": "NISERuntimeFake",
"version": "0.2.1",
"license": "MIT",
"summary": "Library to make fake objects.",
"description": "This library lets you create fake objects of any class at runtime, which can have different behaviour than real objects. You can define different behaviour by overriding implemented instace methods.",
"homepage": "https://github.com/Nisemono/NISERuntimeFake",
"authors": {
"Łukasz Wolańczyk": "wolanczyk.lukasz@gmail.com"
},
"source": {
"git": "https://github.com/Nisemono/NISERuntimeFake.git",
"tag": "0.2.1"
},
"source_files": "NISERuntimeFake",
"requires_arc": true
}