blob: 1d1c74da88917b1bc4fd5634cc1c7a2dadf8c8b3 [file] [log] [blame]
{
"name": "libplist",
"version": "1.11",
"summary": "A library to handle Apple Property List format in binary or XML",
"homepage": "https://github.com/libimobiledevice/libplist",
"license": {
"type": "LGPL2.1+",
"file": "COPYING.LESSER"
},
"authors": {
"Chris Ballinger": "chris@chatsecure.org"
},
"platforms": {
"osx": "10.7"
},
"source": {
"git": "https://github.com/libimobiledevice/libplist.git",
"tag": "1.11"
},
"source_files": [
"src/*.{h,c,m,cpp}",
"libcnary/*.{h,c,m,cpp}",
"libcnary/include/*.h"
],
"public_header_files": "include/*.h",
"libraries": "xml2",
"preserve_paths": "include/plist/*.*",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\" \"${PODS_ROOT}/libplist/include/\""
},
"requires_arc": false
}