blob: 919837978258d0e2b93c4593cd75f357bb5f23be [file] [log] [blame]
{
"name": "SNModuleKit",
"version": "0.9.8",
"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.8"
},
"source_files": "SNModuleKit/SNModuleKit/SNModuleKit.h",
"resources": "SNModuleKit/SNModuleKit/Resources/SNModuleKit.bundle",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"SAMKeychain": [
],
"Aspects": [
],
"IQKeyboardManager": [
],
"ReactiveObjC": [
],
"SNScanViewController": [
],
"SNPhotoCarmeraViewController": [
],
"SNBadgeView": [
],
"SNPopupViewController": [
],
"SNAnimations": [
],
"SNDownTimer": [
],
"SNFileManager": [
],
"SNDBManager": [
],
"SNTool": [
],
"SNUIKit": [
],
"SNFoundation": [
],
"SNNetworking": [
],
"SNMediatorKit": [
]
},
"subspecs": [
{
"name": "Config",
"source_files": "SNModuleKit/SNModuleKit/Config/*.{h,m}"
},
{
"name": "Components",
"source_files": "SNModuleKit/SNModuleKit/Components/*.{h}"
},
{
"name": "Controls",
"source_files": "SNModuleKit/SNModuleKit/Controls/*.{h}"
},
{
"name": "Plugins",
"source_files": "SNModuleKit/SNModuleKit/Plugins/*.{h}"
},
{
"name": "Middlewares",
"source_files": "SNModuleKit/SNModuleKit/Middlewares/*.{h}"
}
]
}