[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 4 / e / libplist / 1.11 / libplist.podspec.json
blob1d1c74da88917b1bc4fd5634cc1c7a2dadf8c8b3
2   "name": "libplist",
3   "version": "1.11",
4   "summary": "A library to handle Apple Property List format in binary or XML",
5   "homepage": "https://github.com/libimobiledevice/libplist",
6   "license": {
7     "type": "LGPL2.1+",
8     "file": "COPYING.LESSER"
9   },
10   "authors": {
11     "Chris Ballinger": "chris@chatsecure.org"
12   },
13   "platforms": {
14     "osx": "10.7"
15   },
16   "source": {
17     "git": "https://github.com/libimobiledevice/libplist.git",
18     "tag": "1.11"
19   },
20   "source_files": [
21     "src/*.{h,c,m,cpp}",
22     "libcnary/*.{h,c,m,cpp}",
23     "libcnary/include/*.h"
24   ],
25   "public_header_files": "include/*.h",
26   "libraries": "xml2",
27   "preserve_paths": "include/plist/*.*",
28   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\" \"${PODS_ROOT}/libplist/include/\""
30   },
31   "requires_arc": false