blob: e10454dc0b9f42dfc2ed51c52ea0470cd8c70a82 [file] [log] [blame]
{
"name": "IconFont",
"version": "1.0.1",
"summary": "IconFont is a way to build lossless images of pure color with font file.",
"homepage": "https://github.com/JohnWong/IconFont",
"description": "IconFont is a way to build images of pure color with font file. With it we can build lossless image at any size and reduce app size deeply.",
"authors": {
"John Wong": "huangxiaozhe1988@gmail.com"
},
"source": {
"git": "https://github.com/JohnWong/IconFont.git",
"tag": "1.0.1"
},
"license": "MIT",
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"frameworks": [
"UIKit",
"CoreGraphics"
],
"source_files": "IconFont/*.{h,m}"
}