blob: c8b0aa0ad80f27354dfceb6ba36f3ba52f9af85d [file] [log] [blame]
{
"name": "SwiftyPrototype",
"version": "4.0.0",
"summary": "Prototyping/Faking library for Swift, with code generation. Auto-generates fakes/prototypes based on protocol definitions.",
"description": "Library that uses metaprogramming technique to generate fakes/prototypes based on sources, makin it easier to prototype app.",
"homepage": "https://github.com/MakeAWishFoundation/SwiftyMocky",
"screenshots": "https://raw.githubusercontent.com/MakeAWishFoundation/SwiftyMocky/1.0.0/icon.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Przemysław Wośko": "przemyslaw.wosko@intive.com",
"Andrzej Michnia": "amichnia@gmail.com"
},
"source": {
"git": "https://github.com/MakeAWishFoundation/SwiftyMocky.git",
"tag": "4.0.0"
},
"swift_versions": [
"4.1",
"4.2",
"5.0",
"5.1.2"
],
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"preserve_paths": "*",
"source_files": "Sources/SwiftyPrototype/**/*.swift",
"resources": "{Sources/SwiftyPrototype/Prototype.swifttemplate,get_sourcery.sh}",
"frameworks": "Foundation",
"dependencies": {
"Sourcery": [
">= 0.18"
]
},
"swift_version": "5.1.2"
}