[Add] ScanditPriceLabel 7.0.2
[CocoaPods.git] / Specs / c / 8 / 9 / expat / 2.1 / expat.podspec.json
blobd14bed157deed13bf3e830c148b788d65ca58806
2   "name": "expat",
3   "version": "2.1",
4   "summary": "Expat is an XML parser library written in C.",
5   "homepage": "http://www.libexpat.org/",
6   "license": {
7     "type": "MIT",
8     "file": "COPYING"
9   },
10   "authors": {
11     "James Clark": "jjc@jclark.com"
12   },
13   "source": {
14     "http": "http://sourceforge.net/projects/expat/files/expat/2.1.0/expat-2.1.0.tar.gz"
15   },
16   "compiler_flags": "-DHAVE_EXPAT_CONFIG_H",
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
20   },
21   "source_files": "lib/*.{h,c}",
22   "xcconfig": {
23     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/expat"
24   },
25   "requires_arc": false