blob: 30ca56229ddc08bfd898521e25d532e4c0d99386 [file] [log] [blame]
{
"name": "PagingScrollView",
"version": "0.1.7",
"summary": "a simple scrollView that can support scroll loop",
"homepage": "https://github.com/Ja7423/PagingScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ja7423": "snake9725074@gmail.com"
},
"source": {
"git": "https://github.com/Ja7423/PagingScrollView.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PagingScrollView/Classes/**/*",
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}