blob: 9b767049137d32abed09e686ff0481bf88ccb8ce [file] [log] [blame]
{
"name": "Yosaku",
"version": "0.2.0",
"summary": "A log viewer for Cocoa Touch.",
"description": " A log viewer for Cocoa Touch.\n\n * Yosaku depends on CocoaLumberjack.\n * Yosaku uses UITableView for displaying log messages.\n",
"homepage": "https://github.com/sgr/Yosaku",
"screenshots": [
"https://github.com/sgr/Yosaku/raw/master/Resources/iPhone_portrait.png",
"https://github.com/sgr/Yosaku/raw/master/Resources/iPhone_landscape.png",
"https://github.com/sgr/Yosaku/raw/master/Resources/iPad_portrait.png",
"https://github.com/sgr/Yosaku/raw/master/Resources/iPad_landscape.png"
],
"license": "MIT",
"authors": "Shigeru Fujiwara",
"source": {
"git": "https://github.com/sgr/Yosaku.git",
"tag": "0.2.0"
},
"social_media_url": "https://www.google.com/+ShigeruFujiwara3",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resources": "Pod/Classes/*.xib",
"public_header_files": "Pod/Classes/YSLogger.h",
"dependencies": {
"CocoaLumberjack": [
"~> 2.0"
]
}
}