blob: a83f40c6eb6719fc0e7733b5cde77471b983b83d [file] [log] [blame]
{
"name": "PLScrollView",
"version": "1.0.0",
"summary": "A custom scrollView on iOS",
"description": "A custom scrollView on iOS, Achieve special browsing effects",
"homepage": "https://github.com/PelloUp/PLScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pello": "898202478@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/PelloUp/PLScrollView.git",
"tag": "1.0.0"
},
"source_files": "PLScrollView/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
],
"YYKit": [
],
"Masonry": [
]
}
}