blob: d521d8e64a83a8a3c0dce0c0a75ae0e9ae3b66e5 [file] [log] [blame]
{
"name": "UIColor-ChineseTraditionalColors",
"version": "0.0.1",
"summary": "A swift extension that extends UIColor with a list of Chinese traditional colors.",
"description": " A swift extension that extends UIColor with a list of Chinese traditional colors from http://ylbook.com/cms/web/chuantongsecai/chuantongsecai.htm\n",
"homepage": "https://github.com/zhxnlai/UIColor-ChineseTraditionalColors",
"screenshots": "https://github.com/zhxnlai/UIColor-ChineseTraditionalColors/raw/master/Previews/1.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zhixuan Lai": "zhxnlai@gmail.com"
},
"social_media_url": "http://twitter.com/ZhixuanLai",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhxnlai/UIColor-ChineseTraditionalColors.git",
"tag": "0.0.1"
},
"source_files": "UIColor+ChineseTraditionalColors/*.swift",
"frameworks": "UIKit",
"requires_arc": true
}