[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 6 / 4 / APNGKit / 2.0.1 / APNGKit.podspec.json
blobc69e4ef231b0e6940db9005ccddbf5cd1c539477
2   "name": "APNGKit",
3   "version": "2.0.1",
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 and macOS. It's built with \nhigh-level abstractions and brings a delightful API. Since be that, you will feel at home and joy when using APNGKit to \nplay with images in APNG format.",
6   "homepage": "https://github.com/onevcat/APNGKit",
7   "screenshots": "https://user-images.githubusercontent.com/1019875/139699505-811dc243-878a-482a-b222-f3123082f062.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": "9.0",
18     "osx": "10.12",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/onevcat/APNGKit.git",
23     "tag": "2.0.1"
24   },
25   "source_files": "Source/**/*.swift",
26   "swift_versions": [
27     "5.3",
28     "5.4",
29     "5.5"
30   ],
31   "dependencies": {
32     "Delegate": [
33       "~> 1.1"
34     ]
35   },
36   "swift_version": "5.5"