blob: 6b14f37fad2d8aa8b28f68388d8dbdea1bf21cc0 [file] [log] [blame]
{
"name": "Yoshi",
"version": "3.0.0",
"summary": "A helpful companion for your iOS app.",
"description": "Yoshi is a convenient wrapper around the UI code that is often needed for displaying debug menus. Out of the box, Yoshi provides easy-to-implement date, list and custom menus.",
"homepage": "https://github.com/prolificinteractive/Yoshi",
"screenshots": [
"https://raw.githubusercontent.com/prolificinteractive/Yoshi/a6e85e87cbd67f2bb3bfe60157e7b13281d80f20/Images/Yoshi.png",
"https://raw.githubusercontent.com/prolificinteractive/Yoshi/c66cdf8dc2ab643fe57996d20d3cd37b8b70ceff/Images/Yoshi_iPad.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Campbell": "Michael@prolificinteractive.com",
"Luna An": "luna@prolificinteractive.com"
},
"source": {
"git": "https://github.com/prolificinteractive/Yoshi.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Yoshi/Yoshi/**/*.{swift}",
"resources": "Yoshi/**/*.{png,jpeg,jpg,storyboard,xib}"
},
{
"name": "QAKit",
"source_files": "Yoshi/QAKit/**/*.swift",
"dependencies": {
"Yoshi/Core": [
]
}
}
]
}