blob: 8089b10c13cc42405e7bcf7f0bba8079027944b1 [file] [log] [blame]
{
"name": "YPScrollPageView",
"version": "1.1.1",
"summary": "YPScrollPageView.",
"description": "修复一些小问题",
"homepage": "https://github.com/hz-wyp/YPScrollPageView",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": "wangyanping",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hz-wyp/YPScrollPageView.git",
"tag": "1.1.1"
},
"source_files": "YPScrollPageView/YPScrollPageView/YPHeader.h",
"requires_arc": true,
"subspecs": [
{
"name": "other",
"source_files": "YPScrollPageView/YPScrollPageView/other/*.{h,m}"
},
{
"name": "config",
"source_files": "YPScrollPageView/YPScrollPageView/config/*.{h,m}"
},
{
"name": "view",
"dependencies": {
"YPScrollPageView/config": [
],
"YPScrollPageView/other": [
]
},
"source_files": "YPScrollPageView/YPScrollPageView/view/*.{h,m}"
}
]
}