blob: 836937689d584beb95afd3e94efc7408b96e992e [file] [log] [blame]
{
"name": "UIFontLibrary",
"version": "1.0.3",
"summary": "UIFont library for iOS (Objective-C)",
"homepage": "https://github.com/luzizheng/UIFontLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Frank Lu": "arloou@gmail.com"
},
"source": {
"git": "https://github.com/luzizheng/UIFontLibrary.git",
"tag": "1.0.3"
},
"source_files": "UIFontLibrary/UIFontLibrary/*.{h,m}",
"public_header_files": "UIFontLibrary/UIFontLibrary/*.{h}",
"platforms": {
"ios": "6.0"
},
"requires_arc": true
}