[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / f / d / FLIFImage / 1.0.1 / FLIFImage.podspec.json
blob78c357418a0af3b4ee51429eee6d50d70f8d90cf
2   "name": "FLIFImage",
3   "version": "1.0.1",
4   "summary": "Objective-C wrapper for libflif",
5   "description": "Objective-C class to easily read images in the FLIF format via libflif.",
6   "homepage": "http://github.com/sveinbjornt/Phew",
7   "license": {
8     "type": "BSD"
9   },
10   "authors": {
11     "Sveinbjorn Thordarson": "sveinbjornt@gmail.com"
12   },
13   "platforms": {
14     "osx": "10.10"
15   },
16   "source": {
17     "git": "https://github.com/sveinbjornt/Phew.git",
18     "tag": "1.0.1"
19   },
20   "source_files": [
21     "FLIFImage/FLIFImage.{h,m}",
22     "FLIFImage/*"
23   ],
24   "exclude_files": "",
25   "public_header_files": "FLIFImage/*.h",
26   "frameworks": "AppKit",
27   "requires_arc": true,
28   "vendored_libraries": [
29     "libs/libflif.dylib",
30     "libs/libpng.dylib"
31   ]