| { |
| "name": "RTPagedCollectionViewLayout", |
| "version": "0.1.1", |
| "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.1" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "public_header_files": "Pod/Classes/**/*.h", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ] |
| } |