blob: 0590071d2f0092e4087eb80852322888bc205c72 [file] [log] [blame]
{
"name": "libplist",
"version": "1.0.0",
"summary": "Apple Binary and XML Property Lists",
"homepage": "https://github.com/libimobiledevice/libplist",
"license": {
"type": "GPL",
"file": "COPYING"
},
"authors": "Chris Stroud",
"platforms": {
"osx": "10.7"
},
"source": {
"git": "https://github.com/Clstroud/libplist.git",
"tag": "v1.0.0"
},
"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
}