blob: 9f43205fe2bfcb0273a490425a92104123ebb58f [file] [log] [blame]
{
"name": "SNModuleKit",
"version": "0.9.6",
"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.6"
},
"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": [
],
"SNScanViewController": [
],
"SNPhotoCarmeraViewController": [
],
"SNBadgeView": [
],
"SNPopupViewController": [
],
"SNAnimations": [
],
"SNDownTimer": [
],
"SNFileManager": [
],
"SNDBManager": [
],
"SNTool": [
],
"SNUIKit": [
],
"SNFoundation": [
],
"SNNetworking": [
],
"SNMediatorKit": [
]
},
"subspecs": [
{
"name": "Configuration",
"source_files": "SNModuleKit/SNModuleKit/Configuration/*.{h,m}"
},
{
"name": "Libs",
"source_files": "SNModuleKit/SNModuleKit/Libs/*.{h}"
},
{
"name": "ViewControllers",
"source_files": "SNModuleKit/SNModuleKit/ViewControllers/*.{h}"
},
{
"name": "Views",
"source_files": "SNModuleKit/SNModuleKit/Views/*.{h}"
},
{
"name": "Plugins",
"source_files": "SNModuleKit/SNModuleKit/Plugins/*.{h}"
}
]
}