blob: bb3472358a0d7dc869342383db459e35ac1b8bb6 [file] [log] [blame]
{
"name": "SBUIComponents",
"version": "0.0.5",
"summary": "a swift base ui components",
"description": "一个swift的UI基础库,包括BaseScene, BaseProfile, BaseInput etc.",
"homepage": "https://github.com/iFindTA/",
"license": "MIT",
"authors": {
"nanhu": "nanhujiaju@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/iFindTA/SBSwiftUIComponents.git",
"tag": "0.0.5"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"subspecs": [
{
"name": "Commons",
"source_files": "SBSwiftUICoponents/SBCommons/*.swift",
"dependencies": {
"SBPullToRefresh": [
],
"SJNavigationPopGesture": [
],
"IQKeyboardManagerSwift": [
],
"GDPerformanceView-Swift": [
]
}
},
{
"name": "Banner",
"source_files": "SBSwiftUICoponents/SBBanner/*.swift",
"dependencies": {
"FSPagerView": [
],
"SDWebImage/Core": [
],
"CHIPageControl/Jaloro": [
],
"SBComponents/Macros": [
]
}
},
{
"name": "Panels",
"source_files": "SBSwiftUICoponents/SBPanels/*.swift",
"dependencies": {
"SBComponents/Base": [
],
"DTCoreText": [
],
"SDWebImage/Core": [
]
}
},
{
"name": "Scenes",
"source_files": "SBSwiftUICoponents/SBScenes/*.swift",
"resources": "SBSwiftUICoponents/SBScenes/Assets/*.*",
"dependencies": {
"SBComponents/Kit": [
],
"SDWebImage/Core": [
],
"IQKeyboardManagerSwift": [
]
}
},
{
"name": "Scan",
"source_files": "SBSwiftUICoponents/SBScan/*.swift",
"resources": "SBSwiftUICoponents/SBScan/Assets/*.*",
"frameworks": [
"CoreGraphics",
"AVFoundation"
],
"dependencies": {
"SBComponents/Kit": [
],
"SBComponents/SceneRouter": [
]
}
},
{
"name": "Empty",
"source_files": "SBSwiftUICoponents/SBEmpty/*.swift",
"resources": "SBSwiftUICoponents/SBEmpty/Assets/*.*",
"dependencies": {
"EmptyDataSet-Swift": [
],
"SBComponents/Base": [
],
"SBComponents/HTTPState": [
]
}
},
{
"name": "WebBrowser",
"source_files": "SBSwiftUICoponents/SBBrowser/*.swift",
"resources": "SBSwiftUICoponents/SBBrowser/Assets/*.*",
"frameworks": "WebKit",
"dependencies": {
"SBComponents/Kit": [
],
"SBComponents/Base": [
],
"SBComponents/SceneRouter": [
]
}
},
{
"name": "Navigator",
"source_files": "SBSwiftUICoponents/SBNavigator/*.swift",
"dependencies": {
"SBComponents/Base": [
],
"SBComponents/Macros": [
]
}
},
{
"name": "AudioIndicator",
"source_files": "SBSwiftUICoponents/SBAudioIndicator/*.swift",
"dependencies": {
"SBComponents/Macros": [
]
}
}
]
}