blob: 3b7e60bc45b15432661cf8613d72bc659af442ec [file] [log] [blame]
{
"name": "YYB_iOSComponent",
"version": "0.2.0",
"summary": "iOS UI components",
"description": "components for iOS development",
"license": "MIT",
"authors": {
"Sniper": "yanyibin.nz@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/bassamyan/YYB_iOSComponent.git",
"tag": "0.2.0"
},
"homepage": "https://github.com/bassamyan/YYB_iOSComponent",
"subspecs": [
{
"name": "Category",
"subspecs": [
{
"name": "Base",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/Category/Base/**/*.{h,m}"
},
{
"name": "Layout",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/Category/Layout/**/*.{h,m}",
"dependencies": {
"Masonry": [
]
}
}
]
},
{
"name": "Router",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/Router/**/*.{h,m}"
},
{
"name": "Indicator",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/Indicator/**/*.{h,m}"
},
{
"name": "NavigationBar",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/NavigationBar/**/*.{h,m}"
},
{
"name": "PageControl",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/PageControl/**/*.{h,m}",
"dependencies": {
"YYB_iOSComponent/Category": [
]
}
},
{
"name": "PlaceholderTextView",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/PlaceholderTextView/**/*.{h,m}"
},
{
"name": "Segment",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/Segment/**/*.{h,m}"
},
{
"name": "Request",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/Request/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
]
}
},
{
"name": "TabBar",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/TabBar/**/*.{h,m}"
},
{
"name": "RefreshView",
"subspecs": [
{
"name": "Base",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/RefreshView/Base/**/*.{h,m}"
},
{
"name": "Category",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/RefreshView/Category/**/*.{h,m}",
"dependencies": {
"YYB_iOSComponent/RefreshView/Base": [
]
}
},
{
"name": "Extension",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/RefreshView/Extension/**/*.{h,m}",
"dependencies": {
"Masonry": [
],
"YYB_iOSComponent/RefreshView/Base": [
],
"YYB_iOSComponent/RefreshView/Category": [
]
}
}
]
},
{
"name": "ShadowView",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/ShadowView/**/*.{h,m}",
"dependencies": {
"Masonry": [
],
"YYB_iOSComponent/Category": [
]
}
},
{
"name": "ShadowButton",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/ShadowButton/**/*.{h,m}",
"dependencies": {
"Masonry": [
],
"YYB_iOSComponent/Category": [
]
}
},
{
"name": "AlertView",
"subspecs": [
{
"name": "Base",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/AlertView/Base/**/*.{h,m}",
"dependencies": {
"ReactiveObjC": [
],
"Masonry": [
],
"YYB_iOSComponent/Category": [
]
}
},
{
"name": "Category",
"resources": "YYB_iOSComponent/YYB_iOSComponent/Components/AlertView/Icon_AlertView.bundle",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/AlertView/Category/**/*.{h,m}",
"dependencies": {
"ReactiveObjC": [
],
"Masonry": [
],
"YYB_iOSComponent/Category": [
],
"YYB_iOSComponent/AlertView/Base": [
]
}
}
]
},
{
"name": "Base",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/Base/**/*.{h,m}",
"resources": "YYB_iOSComponent/YYB_iOSComponent/Components/Base/Icon_Base.bundle",
"dependencies": {
"Masonry": [
],
"ReactiveObjC": [
],
"TPKeyboardAvoiding": [
],
"FDFullscreenPopGesture": [
],
"YYB_iOSComponent/RefreshView": [
],
"YYB_iOSComponent/AlertView": [
],
"YYB_iOSComponent/Category": [
],
"YYB_iOSComponent/NavigationBar": [
]
}
},
{
"name": "PhotoBrowser",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/PhotoBrowser/**/*.{h,m}",
"resources": "YYB_iOSComponent/YYB_iOSComponent/Components/PhotoBrowser/Icon_PhotoBrowser.bundle",
"dependencies": {
"YYB_iOSComponent/Base": [
],
"YYB_iOSComponent/AlertView": [
],
"SDWebImage": [
]
}
},
{
"name": "PhotoViewController",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/PhotoViewController/**/*.{h,m}",
"resources": "YYB_iOSComponent/YYB_iOSComponent/Components/PhotoViewController/Icon_PhotoViewController.bundle",
"dependencies": {
"YYB_iOSComponent/Base": [
],
"YYB_iOSComponent/AlertView": [
]
},
"frameworks": "Photos"
},
{
"name": "GesOverlay",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/GesOverlay/**/*.{h,m}",
"resources": "YYB_iOSComponent/YYB_iOSComponent/Components/GesOverlay/Icon_Overlay.bundle",
"dependencies": {
"YYB_iOSComponent/Base": [
],
"YYB_iOSComponent/Category": [
]
}
}
]
}