blob: ce62c18da3a85a53e0a7abc1d12c92775d184799 [file] [log] [blame]
{
"name": "FontBook",
"version": "1.0.1",
"swift_version": "4.0",
"cocoapods_version": ">= 0.36",
"authors": {
"Brianna Lee": "bornbrie@icloud.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/bornbrie/FontBook",
"source": {
"git": "https://github.com/bornbrie/FontBook.git",
"tag": "v1.0.1",
"submodules": true
},
"summary": "An easy, swifty, and enum(ey) font manager for iOS",
"requires_arc": true,
"ios": {
"frameworks": "UIKit"
},
"platforms": {
"ios": "9.0"
},
"source_files": "FontBook/**/*.{h,swift}"
}