blob: 5ee9df26d349ed5de057751da78351721589545f [file] [log] [blame]
{
"name": "APNGKit",
"version": "0.5.1",
"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"
},
"source": {
"git": "https://github.com/onevcat/APNGKit.git",
"tag": "0.5.1"
},
"source_files": [
"APNGKit/*.{h,swift}",
"APNGKit/libpng-apng/*.{h,c,S}"
],
"public_header_files": [
"APNGKit/APNGKit.h",
"APNGKit/libpng-apng/png.h",
"APNGKit/libpng-apng/pnglibconf.h",
"APNGKit/libpng-apng/pngconf.h"
],
"libraries": "z",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}