[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 6 / 4 / APNGKit / 0.6.2 / APNGKit.podspec.json
blobb1bec46c96eb392a016b91db9b10b58d79aa67a3
2   "name": "APNGKit",
3   "version": "0.6.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": "0.6.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/png.h",
31     "APNGKit/libpng-apng/pnglibconf.h",
32     "APNGKit/libpng-apng/pngconf.h"
33   ],
34   "libraries": "z",
35   "pod_target_xcconfig": {
36     "SWIFT_VERSION": "3.0"
37   },
38   "pushed_with_swift_version": "3.0"