blob: b53199a459f1e44e9b772d6f42fbd6a7d1f2aac1 [file] [log] [blame]
{
"name": "PagingScrollView",
"version": "0.2.0",
"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.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PagingScrollView/Classes/**/*",
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}