[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 7 / e / Cpng / 2.0.1 / Cpng.podspec.json
blob22dd4616e8b93eb00a4853693ee6d1d0ac326a8f
2   "name": "Cpng",
3   "version": "2.0.1",
4   "summary": "libpng wrapper to be used in Swift projects",
5   "description": "libpng v1.6.28 wrapper for usage in Swift projects",
6   "homepage": "https://github.com/s1ddok/Cpng",
7   "license": {
8     "type": "Open Source",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrey Volodin": "siddok@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/s1ddok",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.11"
18   },
19   "source": {
20     "git": "https://github.com/s1ddok/Cpng.git",
21     "tag": "2.0.1"
22   },
23   "source_files": "Cpng/**/*.{h,c}",
24   "private_header_files": [
25     "Cpng/include/pngpriv.h",
26     "Cpng/include/pnginfo.h"
27   ],
28   "libraries": "z"