[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / 5 / 3 / libminipng / 0.5.6 / libminipng.podspec.json
blob904e3e978f0077ffc44bc9725d63cb94e1f0edb5
2   "name": "libminipng",
3   "version": "0.5.6",
4   "summary": "Swift library that compresses PNG",
5   "description": "Parse the png image with lodepng and compress the Swift library with the pngquant algorithm",
6   "homepage": "https://libminipng.ichochy.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MLeo": "ichochy@qq.com"
13   },
14   "social_media_url": "https://twitter.com/iChochy",
15   "platforms": {
16     "osx": "10.10",
17     "ios": "10.0"
18   },
19   "source": {
20     "git": "https://github.com/iChochy/libminipng.git",
21     "tag": "0.5.6"
22   },
23   "source_files": "libminipng/Classes/**/*",
24   "public_header_files": [
25     "libminipng/Classes/libminipng.h",
26     "libminipng/Classes/minipng.h"
27   ],
28   "resources": [
29     "README.md",
30     "LICENSE"
31   ],
32   "swift_versions": [
33     "4.0",
34     "4.2",
35     "5.0",
36     "5.1"
37   ],
38   "swift_version": "5.1"