blob: 2a0563372760c8c913ef9f0e613d127b95c2c479 [file] [log] [blame]
{
"name": "SwiftyHaru",
"version": "0.1.0",
"summary": "Object-oriented and safe Swift wrapper for LibHaru — a library for creating PDF documents",
"description": "SwiftyHaru is an object-oriented Swift wrapper for LibHaru,\na C library for creating PDF documents. It brings the safety of Swift\nitself to the process of creating PDFs on different platforms like Linux,\nmacOS, iOS, watchOS and tvOS.",
"homepage": "https://github.com/WeirdMath/SwiftyHaru",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergej Jaskiewicz": "jaskiewiczs@icloud.com"
},
"source": {
"git": "https://github.com/WeirdMath/SwiftyHaru.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/broadway_lamb",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/SwiftyHaru/**/*.swift",
"dependencies": {
"CLibHaru": [
"~> 0.1"
]
},
"pushed_with_swift_version": "3.0"
}