4 "summary": "A lightweight PDF and XPS viewer.",
5 "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.",
6 "homepage": "http://www.mupdf.com/",
8 "type": "Affero GNU GPL v3",
13 "git": "git://git.ghostscript.com/mupdf.git",
20 "requires_arc": false,
22 "platform/ios/Classes/**/*.[mh]",
23 "platform/ios/common.[mh]",
29 "platform/android/res/drawable-ldpi/*.png"
31 "public_header_files": [
32 "platform/ios/Classes/**/*.h",
33 "platform/ios/common.h",
37 "header_mappings_dir": "include",
38 "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",
39 "vendored_libraries": "build/*.a",
41 "USE_HEADERMAP": "NO",
42 "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/MuPDF/platform/ios\""