blob: 844b66c5cbc68d3ba84be88a54ade6aa393065d7 [file] [log] [blame]
{
"name": "RTPagedCollectionViewLayout",
"version": "0.1.0",
"summary": "A paged collection view",
"description": "A paged collection view for listing a set of items to picking, sorting\nfrom left to right, top to bottom, and scroll from left to right",
"homepage": "https://github.com/rickytan/RTPagedCollectionViewLayout",
"license": "MIT",
"authors": {
"benfen": "benfen@mogujie.com"
},
"source": {
"git": "https://github.com/rickytan/RTPagedCollectionViewLayout.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RTPagedCollectionViewLayout": [
"Pod/Assets/*.png"
]
}
}