[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / f / 3 / MuPDF / 1.8.2 / MuPDF.podspec.json
blob3d5196ebd8bf78886c58cd8c52002c6400edfc51
2   "name": "MuPDF",
3   "version": "1.8.2",
4   "summary": "A lightweight PDF and XPS viewer.",
5   "cocoapods_version": ">= 0.39",
6   "description": "MuPDF is a small, fast, and yet complete PDF viewer. \nIt supports PDF 1.7 with transparency, encryption, \nhyperlinks, annotations, searching and more. It also\nreads XPS and OpenXPS documents. Commercial\nlicensing is also available, contact sales@artifex.com",
7   "homepage": "http://www.mupdf.com/",
8   "license": {
9     "type": "Affero GNU GPL v3",
10     "file": "COPYING"
11   },
12   "authors": "Artifex",
13   "source": {
14     "git": "git://git.ghostscript.com/mupdf.git",
15     "tag": "1.8-ios",
16     "submodules": true
17   },
18   "platforms": {
19     "ios": "6.1"
20   },
21   "requires_arc": false,
22   "source_files": [
23     "platform/ios/Classes/**/*.[mh]",
24     "platform/ios/common.[mh]",
25     "include/*",
26     "include/**/*"
27   ],
28   "resources": [
29     "platform/ios/*.png",
30     "platform/android/res/drawable-ldpi/*.png"
31   ],
32   "public_header_files": [
33     "platform/ios/Classes/**/*.h",
34     "platform/ios/common.h",
35     "include/*",
36     "include/**/*"
37   ],
38   "header_mappings_dir": "include",
39   "prepare_command": "cd platform/ios\n# release armv7 + arm64\nxcodebuild -scheme MuPDF -configuration Release CODE_SIGN_IDENTITY=\"\" CODE_SIGNING_REQUIRED=NO\n\n# debug 64bit sim\nxcodebuild -scheme MuPDF -configuration Release -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY=\"\" CODE_SIGNING_REQUIRED=NO\ncd ../../build/\nfor i in freetype jbig2dec jpeg mujs mupdf openjpeg z; do\n    LIB=lib${i}.a\n    lipo -create -output $LIB release-ios-i386-x86_64/$LIB release-ios-armv7-arm64/$LIB\ndone\n\n# avoid any conflict with the libMuPDF.a that the pod generates\nmv libmupdf.a libmupdfcore.a",
40   "vendored_libraries": "build/*.a",
41   "xcconfig": {
42     "USE_HEADERMAP": "NO",
43     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/MuPDF/platform/ios\" \"${PODS_ROOT}/MuPDF/platform/ios/Classes\""
44   }