blob: 21a2999b56f8407db7e620ff925c3342fab8d861 [file] [log] [blame]
{
"name": "SNModuleKit",
"version": "2.2.1",
"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": "2.2.1"
},
"source_files": "SNModuleKit/SNModuleKit/SNModuleKit.h",
"resources": "SNModuleKit/SNModuleKit/Resources/*",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"SAMKeychain": [
],
"Aspects": [
],
"ReactiveObjC": [
],
"SDWebImage": [
],
"Masonry": [
],
"FMDB/FTS": [
],
"lottie-ios": [
"~> 2.5.3"
],
"pop": [
],
"WebViewJavascriptBridge": [
],
"MBProgressHUD": [
],
"MJRefresh": [
],
"AFNetworking": [
],
"IQKeyboardManager": [
],
"SNMediatorKit": [
"~> 0.1.7"
],
"SNScanViewController": [
"~> 0.1.3"
],
"SNPopupViewController": [
"~> 0.1.2"
],
"SNPhotoCarmeraViewController": [
"~> 0.0.6"
],
"SNBadgeView": [
"~> 0.0.3"
],
"SNImageBrowserViewController": [
"~> 0.0.3"
],
"SNWebViewController": [
"~> 0.1.4"
],
"SNTool": [
"~> 0.1.4"
],
"SNUIKit": [
"~> 0.3.0"
],
"SNAnimations": [
"~> 0.0.3"
],
"SNFoundation": [
"~> 0.0.4"
],
"SNFileManager": [
"~> 0.0.1"
],
"SNDBManager": [
"~> 0.0.4"
],
"SNNetworking": [
"~> 0.1.3"
],
"SNDownTimer": [
"~> 0.0.8"
]
},
"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}"
}
]
}