| { |
| "name": "APNGKit", |
| "version": "0.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" |
| }, |
| "source": { |
| "git": "https://github.com/onevcat/APNGKit.git", |
| "tag": "0.2.2" |
| }, |
| "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" |
| } |