[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 4 / e / libplist / 1.0.0 / libplist.podspec.json
blob0590071d2f0092e4087eb80852322888bc205c72
2   "name": "libplist",
3   "version": "1.0.0",
4   "summary": "Apple Binary and XML Property Lists",
5   "homepage": "https://github.com/libimobiledevice/libplist",
6   "license": {
7     "type": "GPL",
8     "file": "COPYING"
9   },
10   "authors": "Chris Stroud",
11   "platforms": {
12     "osx": "10.7"
13   },
14   "source": {
15     "git": "https://github.com/Clstroud/libplist.git",
16     "tag": "v1.0.0"
17   },
18   "source_files": [
19     "src/*.{h,c,m,cpp}",
20     "libcnary/*.{h,c,m,cpp}",
21     "libcnary/include/*.h"
22   ],
23   "public_header_files": "include/*.h",
24   "libraries": "xml2",
25   "preserve_paths": "include/plist/*.*",
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\" \"${PODS_ROOT}/libplist/include/\""
28   },
29   "requires_arc": false