blob: df0f29eb0e17b8e9f176901348e5d49a0a326364 [file] [log] [blame]
{
"name": "APNGKit",
"version": "1.2.2",
"summary": "High performance and delightful way to play with APNG format in iOS.",
"description": "APNGKit is a high performance framework for loading and displaying APNG images in iOS. It's built on top of a [modified version of libpng](https://github.com/onevcat/libpng) with APNG support and written in Swift. High-level abstractions of Cocoa Touch is used for a delightful API. Since that, you will feel at home and joy when using APNGKit to play with images in APNG format.",
"homepage": "https://github.com/onevcat/APNGKit",
"screenshots": "https://raw.githubusercontent.com/onevcat/APNGKit/master/images/logo.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"onevcat": "onevcat@gmail.com"
},
"social_media_url": "http://twitter.com/onevcat",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/onevcat/APNGKit.git",
"tag": "1.2.2"
},
"source_files": [
"APNGKit/*.{h,swift}",
"APNGKit/libpng-apng/**/*.{h,c,S}"
],
"public_header_files": [
"APNGKit/APNGKit.h",
"APNGKit/libpng-apng/include/png.h",
"APNGKit/libpng-apng/include/pnglibconf.h",
"APNGKit/libpng-apng/include/pngconf.h"
],
"libraries": "z",
"swift_versions": [
"4.2",
"5.0"
],
"swift_version": "5.0"
}