blob: f1771204ff0f383e52b266ad64d76d6fc65b06bc [file] [log] [blame]
{
"name": "SNModuleKit",
"version": "0.9.11",
"summary": "A delightful iOS and OS X Project framework.",
"description": "If your project uses component-based solutions, you'll be much more handy with this framework!",
"homepage": "https://github.com/snlo/SNModuleKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"snlo": "snloveydus@sina.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/snlo/SNModuleKit.git",
"tag": "0.9.11"
},
"source_files": "SNModuleKit/SNModuleKit/SNModuleKit.h",
"resources": "SNModuleKit/SNModuleKit/Resources/*",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"SNMediatorKit": [
]
},
"subspecs": [
{
"name": "Config",
"source_files": "SNModuleKit/SNModuleKit/Config/*.{h,m}"
},
{
"name": "Middlewares",
"source_files": "SNModuleKit/SNModuleKit/Middlewares/*.{h}"
}
]
}