[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 0 / 6 / 4 / APNGKit / 0.5.0 / APNGKit.podspec.json
blobd73e7a607545f015fd2fb592ca551a254ebedb69
2   "name": "APNGKit",
3   "version": "0.5.0",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "onevcat": "onevcat@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/onevcat",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/onevcat/APNGKit.git",
21     "tag": "0.5.0"
22   },
23   "source_files": [
24     "APNGKit/*.{h,swift}",
25     "APNGKit/libpng-apng/*.{h,c,S}"
26   ],
27   "public_header_files": [
28     "APNGKit/APNGKit.h",
29     "APNGKit/libpng-apng/png.h",
30     "APNGKit/libpng-apng/pnglibconf.h",
31     "APNGKit/libpng-apng/pngconf.h"
32   ],
33   "libraries": "z",
34   "pod_target_xcconfig": {
35     "SWIFT_VERSION": "3.0"
36   },
37   "pushed_with_swift_version": "3.0"