blob: dc535941be49515f43b3bddabb75d1ab8810719e [file] [log] [blame]
{
"name": "SNFrameWork",
"version": "0.0.1",
"summary": "A short description of SNFrameWork.",
"description": "一个Controller基类",
"homepage": "https://github.com/zhangshaonan/SNFrameWork.git",
"license": "MIT",
"authors": {
"zhangshaonan": "756132620@qq.com"
},
"source": {
"git": "https://github.com/zhangshaonan/SNFrameWork.git",
"tag": "0.0.1"
},
"source_files": "CoreUI/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}