blob: b8ef0b60a735abbc69b40abd4584f7cc3a648dc7 [file] [log] [blame]
{
"name": "Kakapo",
"version": "1.0.1",
"summary": "Dynamically Mock server behaviors and responses.",
"description": "Dynamically Mock server behaviors and responses.\n\t\tKakapo allows you to replicate your backend APIs and logic.\n\t\tWith Kakapo you can easily prototype your application based on your API specifications.\n\t\tWhile usually network mocks involve using static json files Kakapo let you create Swift structs/classes/enums that are automatically serialized to JSON.",
"homepage": "https://github.com/devlucky/Kakapo",
"license": "MIT",
"authors": {
"Alex Manzella": "manzopower@icloud.com",
"Joan Romano": "joanromano@gmail.com"
},
"source": {
"git": "https://github.com/devlucky/Kakapo.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/devluckyness",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/**/*"
}