blob: 74d73634b579f8f0035f340c3e69d7db49d460ee [file] [log] [blame]
{
"name": "CardDavSDK",
"version": "1.0.3",
"summary": "CardDavSDK for ios",
"homepage": "https://github.com/denmanboy/CardDavSDK",
"license": "MIT",
"authors": {
"dengman": "iam_dyz@163.com"
},
"source": {
"git": "https://github.com/denmanboy/CardDavSDK.git",
"tag": "1.0.3"
},
"source_files": "CardDavSDK/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"subspecs": [
{
"name": "GDataXMLNode",
"libraries": "xml2",
"source_files": "CardDavSDK/GDataXMLNode/*.{h,m}",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"requires_arc": false
}
]
}