blob: 23ba3683fd112bef0f2f696840fdc33a1170ec07 [file] [log] [blame]
{
"name": "IOSESPCommonTool",
"version": "0.1.0",
"summary": "A short description of IOSESPCommonTool.",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://git1.pansoft.com/MobileServer/ios/IOSESPCommonTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liguodong3302": "[liguodong3302@pansoft.com]"
},
"source": {
"git": "http://git1.pansoft.com/MobileServer/ios/IOSESPCommonTool.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "IOSESPCommonTool/**/*.{h,m}",
"requires_arc": false,
"libraries": "xml2",
"compiler_flags": [
"-ObjC",
"-lxml2"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"USER_HEADER_SEARCH_PATHS": "$(PODS_ROOT)"
}
}