blob: 6043fbc6ea659c4b01faa41efd4fdf1f3fba179e [file] [log] [blame]
{
"name": "FontIcon",
"version": "1.0",
"summary": "now we can use icon by font",
"homepage": "https://github.com/zhuchaowe/FontIcon",
"social_media_url": "https://swift.08dream.com",
"platforms": {
"ios": "6.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhuchao": "zhuchaowe@163.com"
},
"source": {
"git": "https://github.com/zhuchaowe/FontIcon.git",
"tag": "1.0"
},
"source_files": "*.{h,m,mm}",
"resources": [
"**/*.{json,ttf,otf}",
"*.{json,ttf,otf}"
],
"requires_arc": true
}