blob: 2105626d2a5f6f373145fa1fffc68428fb9e263c [file] [log] [blame]
{
"name": "YYB_iOSComponent",
"version": "0.0.14",
"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.0.14"
},
"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": "AlertView",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/AlertView/**/*.{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": "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": "Base",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/Base/**/*",
"dependencies": {
"Masonry": [
],
"ReactiveObjC": [
],
"TPKeyboardAvoiding": [
],
"FDFullscreenPopGesture": [
],
"YYB_iOSComponent/Category": [
],
"YYB_iOSComponent/NavigationBar": [
]
}
},
{
"name": "PhotoBrowser",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/PhotoBrowser/**/*",
"dependencies": {
"YYB_iOSComponent/Base": [
],
"YYB_iOSComponent/AlertView": [
],
"SDWebImage": [
]
}
},
{
"name": "PhotoViewController",
"source_files": "YYB_iOSComponent/YYB_iOSComponent/Components/PhotoViewController/**/*",
"dependencies": {
"YYB_iOSComponent/Base": [
],
"YYB_iOSComponent/AlertView": [
]
},
"frameworks": "Photos"
}
]
}