blob: 571372c89c7a0a054c07049c00337742e218fbd3 [file] [log] [blame]
{
"name": "SSWrapper",
"version": "1.1.1",
"summary": "SSKit中的组件集合",
"description": "主要适用于SSKit框架中的组件,高度可自定义",
"homepage": "https://github.com/bassamyan/SSWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Quincy Yan": "yanyibin.nz@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bassamyan/SSWrapper.git",
"tag": "1.1.1"
},
"source_files": "SSWrapper/SSWrapper/SSWrapper/*.h",
"dependencies": {
"Masonry": [
"~> 1.0.1"
],
"SDWebImage": [
"~> 3.8.2"
]
},
"subspecs": [
{
"name": "SSAlertView",
"source_files": "SSWrapper/SSWrapper/SSWrapper/SSAlertView/**/*.{h,m}"
},
{
"name": "SSDialog",
"source_files": "SSWrapper/SSWrapper/SSWrapper/SSDialog/**/*.{h,m}"
},
{
"name": "SSPageControl",
"source_files": "SSWrapper/SSWrapper/SSWrapper/SSPageControl/**/*.{h,m}"
},
{
"name": "SSInheritView",
"source_files": "SSWrapper/SSWrapper/SSWrapper/SSInheritView/**/*.{h,m}"
},
{
"name": "SSProgressView",
"source_files": "SSWrapper/SSWrapper/SSWrapper/SSProgressView/**/*.{h,m}"
},
{
"name": "SSPullRefresh",
"source_files": "SSWrapper/SSWrapper/SSWrapper/SSPullRefresh/*.h",
"subspecs": [
{
"name": "Base",
"source_files": "SSWrapper/SSWrapper/SSWrapper/SSPullRefresh/Base/**/*.{h,m}"
},
{
"name": "Custom",
"source_files": "SSWrapper/SSWrapper/SSWrapper/SSPullRefresh/Custom/**/*.{h,m}",
"dependencies": {
"Masonry": [
],
"SSWrapper/SSPullRefresh/Base": [
]
}
},
{
"name": "Category",
"source_files": "SSWrapper/SSWrapper/SSWrapper/SSPullRefresh/Category/**/*.{h,m}",
"dependencies": {
"SSWrapper/SSPullRefresh/Base": [
],
"SSWrapper/SSPullRefresh/Custom": [
]
}
}
]
},
{
"name": "SSStatus",
"source_files": "SSWrapper/SSWrapper/SSWrapper/SSStatus/*.h",
"resources": "SSWrapper/SSWrapper/SSWrapper/SSStatus/Resources/**/*",
"subspecs": [
{
"name": "Base",
"source_files": "SSWrapper/SSWrapper/SSWrapper/SSStatus/Base/**/*.{h,m}"
},
{
"name": "Custom",
"source_files": "SSWrapper/SSWrapper/SSWrapper/SSStatus/Custom/**/*.{h,m}",
"dependencies": {
"Masonry": [
],
"SSWrapper/SSStatus/Base": [
]
}
},
{
"name": "Category",
"source_files": "SSWrapper/SSWrapper/SSWrapper/SSStatus/Category/**/*.{h,m}",
"dependencies": {
"SSWrapper/SSStatus/Base": [
],
"SSWrapper/SSStatus/Custom": [
]
}
}
]
},
{
"name": "SSTabbar",
"source_files": "SSWrapper/SSWrapper/SSWrapper/SSTabbar/**/*.{h,m}"
},
{
"name": "SSGestureLock",
"source_files": "SSWrapper/SSWrapper/SSWrapper/SSGestureLock/**/*.{h,m}",
"dependencies": {
"Masonry": [
]
}
},
{
"name": "SSReuseableView",
"source_files": "SSWrapper/SSWrapper/SSWrapper/SSReuseableView/**/*.{h,m}"
}
]
}