blob: 347f1a1db73062956050c2137832f016ab8d1c23 [file] [log] [blame]
{
"name": "RemindYouCommon",
"version": "0.1.7",
"summary": "小聪提醒基础库",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/snowwolflibo/remindyou-common",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Neo Li": "24588377@qq.com"
},
"source": {
"git": "https://github.com/snowwolflibo/remindyou-common.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RemindYouCommon/Classes/**/*",
"resource_bundles": {
"RemindYouCommon": [
"RemindYouCommon/Assets/*.png"
]
},
"requires_arc": "RemindYouCommon/Classes/ARC/**/*",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "/usr/include/libxml2",
"APPLICATION_EXTENSION_API_ONLY": "NO"
}
}