blob: 23d8b49d17a79e0af428c7beb42309224e80ecd6 [file] [log] [blame]
{
"name": "FontDiao",
"version": "0.0.8",
"summary": "A chinese font for Web and iOS.",
"homepage": "https://github.com/lexrus/fontdiao",
"screenshots": "https://raw.github.com/lexrus/fontdiao/master/assets/fontdiao_iphone.jpg",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lex Tang": "lexrus@gmail.com"
},
"source": {
"git": "https://github.com/lexrus/fontdiao.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "5.0"
},
"source_files": "fontdiao/ios/FontDiao/*.{h,m}",
"resources": "fontdiao/ios/FontDiao/FDAssets/fontdiao.ttf",
"requires_arc": true,
"frameworks": [
"QuartzCore",
"UIKit",
"CoreGraphics"
]
}