[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 6 / 4 / APNGKit / 1.2.2 / APNGKit.podspec.json
blobdf0f29eb0e17b8e9f176901348e5d49a0a326364
2   "name": "APNGKit",
3   "version": "1.2.2",
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     "osx": "10.10"
19   },
20   "source": {
21     "git": "https://github.com/onevcat/APNGKit.git",
22     "tag": "1.2.2"
23   },
24   "source_files": [
25     "APNGKit/*.{h,swift}",
26     "APNGKit/libpng-apng/**/*.{h,c,S}"
27   ],
28   "public_header_files": [
29     "APNGKit/APNGKit.h",
30     "APNGKit/libpng-apng/include/png.h",
31     "APNGKit/libpng-apng/include/pnglibconf.h",
32     "APNGKit/libpng-apng/include/pngconf.h"
33   ],
34   "libraries": "z",
35   "swift_versions": [
36     "4.2",
37     "5.0"
38   ],
39   "swift_version": "5.0"