blob: 090c10b2591d392ecdce29ae390513d838dd1a4e [file] [log] [blame]
{
"name": "MultibyteDescription",
"version": "0.1",
"license": {
"type": "Beerware",
"text": "If we meet some day, and you think this stuff is worth it, you can buy me a beer in return."
},
"homepage": "https://github.com/inamiy/MultibyteDescription",
"authors": {
"Yasuhiro Inami": "inamiy@gmail.com"
},
"summary": "A better way to NSLog multibyte string for OSX/iOS.",
"source": {
"git": "https://github.com/inamiy/MultibyteDescription.git",
"tag": "0.1"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "4.0",
"osx": "10.6"
}
}