4 "summary": "High performance and delightful way to play with APNG format in iOS.",
5 "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.",
6 "homepage": "https://github.com/onevcat/APNGKit",
7 "screenshots": "https://raw.githubusercontent.com/onevcat/APNGKit/master/images/logo.png",
13 "onevcat": "onevcat@gmail.com"
15 "social_media_url": "http://twitter.com/onevcat",
21 "git": "https://github.com/onevcat/APNGKit.git",
25 "APNGKit/*.{h,swift}",
26 "APNGKit/libpng-apng/*.{h,c,S}"
28 "public_header_files": [
30 "APNGKit/libpng-apng/png.h",
31 "APNGKit/libpng-apng/pnglibconf.h",
32 "APNGKit/libpng-apng/pngconf.h"
35 "pod_target_xcconfig": {
36 "SWIFT_VERSION": "3.0"
38 "pushed_with_swift_version": "3.0"