blob: e5d41197e59bfc2e606206fcdcf987b6931a0f3c [file] [log] [blame]
{
"name": "YHHeadScrollView",
"version": "1.0.0",
"summary": "ScollImageView with animation and once show three",
"description": "ScollImageView with animation and once show three,\nyou can use it to make a cool headScroll",
"homepage": "https://github.com/developeryh/YHHeadScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"developeryh": "developer_yh@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/developeryh/YHHeadScrollView.git",
"tag": "1.0.0"
},
"source_files": [
"YHHeadScrollView/*.swift",
"YHHeadScrollViewDemo/*.h"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/**"
},
"dependencies": {
"Kingfisher": [
"~> 2.4"
]
}
}