[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / f / 3 / MuPDF / 1.8 / MuPDF.podspec.json
blob6df0498f670a552525e32070ecd7216f6f138a75
2   "name": "MuPDF",
3   "version": "1.8",
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/",
7   "license": {
8     "type": "Affero GNU GPL v3",
9     "file": "COPYING"
10   },
11   "authors": "Artifex",
12   "source": {
13     "git": "git://git.ghostscript.com/mupdf.git",
14     "tag": "1.8-ios",
15     "submodules": true
16   },
17   "platforms": {
18     "ios": "6.1"
19   },
20   "requires_arc": false,
21   "source_files": [
22     "platform/ios/Classes/**/*.[mh]",
23     "platform/ios/common.[mh]",
24     "include/*",
25     "include/**/*"
26   ],
27   "resources": [
28     "platform/ios/*.png",
29     "platform/android/res/drawable-ldpi/*.png"
30   ],
31   "public_header_files": [
32     "platform/ios/Classes/**/*.h",
33     "platform/ios/common.h",
34     "include/*",
35     "include/**/*"
36   ],
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",
40   "xcconfig": {
41     "USE_HEADERMAP": "NO",
42     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/MuPDF/platform/ios\""
43   }