blob: 42933e887273ad9963dcdce9da37d2471fcd1b20 [file] [log] [blame]
{
"name": "JLPageView",
"version": "0.2.0",
"summary": "A view which supports pagination like View Pager.",
"description": "A view which supports pagination like View Pager. Also infinite scroll is supported.",
"homepage": "https://github.com/buhikon/JLPageView",
"license": "MIT",
"authors": {
"Joey L.": "slarinz@gmail.com"
},
"source": {
"git": "https://github.com/buhikon/JLPageView.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JLPageView": [
"Pod/Assets/*.png"
]
}
}