blob: a4c2c1935a5e5bc56908abaef39ef908aac1212c [file] [log] [blame]
{
"name": "SSPageScrollController",
"version": "1.0.5",
"summary": "SSPageScrollController",
"description": "类似 蘑菇街的首页,自动滚屏, 支持内部多视图",
"homepage": "https://github.com/xie244135119/SSPageScrollController/blob/master/README.md",
"license": "MIT",
"authors": {
"xie244135119@163.com": "xie244135119@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xie244135119/SSPageScrollController.git",
"tag": "1.0.5"
},
"source_files": "SSPageScrollController/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "Core",
"source_files": [
"SSPageScrollController/Core/*.{h,m}",
"SSPageScrollController/Private/*.{h,m}"
]
}
]
}