blob: 0c73153fc008c80ecb5d4c8f9e2b9dfca3fe4a99 [file] [log] [blame]
{
"name": "Yosaku",
"version": "0.1.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/iPhone_portrait.PNG",
"https://github.com/sgr/Yosaku/raw/master/iPhone_landscape.PNG",
"https://github.com/sgr/Yosaku/raw/master/iPad_portrait.PNG",
"https://github.com/sgr/Yosaku/raw/master/iPad_landscape.PNG"
],
"license": "MIT",
"authors": "Shigeru Fujiwara",
"source": {
"git": "https://github.com/sgr/Yosaku.git",
"tag": "0.1.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": [
]
}
}