blob: 980199af44998348cdc7e581d0e21c87c3764d31 [file] [log] [blame]
{
"name": "Inkwell",
"version": "1.1.0",
"summary": "An inkwell to use custom fonts on the fly.",
"description": "In fact, Inkwell takes responsibilities for:\n- Downloading fonts from Google Fonts or custom resources.\n- Registering custom fonts to the system.\n- Loading and using custom fonts dynamically and seamlessly.\nAll of these are wrapped in friendly, easy to use API.",
"screenshots": "https://raw.githubusercontent.com/ninjaprox/Inkwell/master/Demo.gif",
"homepage": "https://github.com/ninjaprox/Inkwell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vinh Nguyen": "ninjaprox@gmail.com"
},
"source": {
"git": "https://github.com/ninjaprox/Inkwell.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/ninjaprox",
"platforms": {
"ios": "8.0"
},
"source_files": "Inkwell/Inkwell/**/*.swift",
"frameworks": [
"Foundation",
"CoreText"
],
"dependencies": {
"Alamofire": [
"~> 4.4.0"
]
},
"pushed_with_swift_version": "3.0"
}