blob: f4d0f3743d18acd3fef14b9bbc3bdee6391e108b [file] [log] [blame]
{
"name": "SwiftyHaru",
"version": "0.2.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.2.0"
},
"social_media_url": "https://twitter.com/broadway_lamb",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/**/*.{swift,h,c}",
"public_header_files": [
"Sources/CLibPNG/include/*.h",
"Sources/CLibHaru/include/*.h"
],
"private_header_files": [
"Sources/CLibPNG/include/pngpriv.h",
"Sources/CLibPNG/include/pnginfo.h",
"Sources/CLibPNG/include/pngstruct.h"
],
"libraries": "z",
"pushed_with_swift_version": "3.0"
}