[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / b / e / d / freexl / 1.0.0d / freexl.podspec.json
bloba44b6bf9042d5cd3cb22cb6f9ad9c937964e5f05
2   "name": "freexl",
3   "version": "1.0.0d",
4   "summary": "FreeXL is an open source library to extract valid data from within an Excel (.xls) spreadsheet.",
5   "homepage": "https://www.gaia-gis.it/fossil/freexl/home",
6   "license": {
7     "type": "Mozilla Public License v1.1",
8     "file": "COPYING"
9   },
10   "authors": {
11     " Alessandro Furieri": "a.furieri@lqt.it"
12   },
13   "source": {
14     "http": "http://www.gaia-gis.it/gaia-sins/freexl-sources/freexl-1.0.0d.tar.gz"
15   },
16   "ios": {
17     "compiler_flags": "-U__APPLE__"
18   },
19   "platforms": {
20     "ios": "4.0",
21     "osx": "10.6"
22   },
23   "source_files": [
24     "src/*.c",
25     "headers/*.h"
26   ],
27   "libraries": [
28     "iconv",
29     "charset"
30   ],
31   "xcconfig": {
32     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/freexl/headers"
33   },
34   "requires_arc": false,
35   "prepare_command": "echo \"This Pod relies on the removed \\`pre_install\\` or \\`post_install\\` hooks and therefore will no longer continue to work. Please try updating to the latest version of this Pod or updating the Pod specification. See http://blog.cocoapods.org/CocoaPods-Trunk/ for more details.\" && exit 1"