[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 1 / 7 / 9 / RTPagedCollectionViewLayout / 0.1.0 / RTPagedCollectionViewLayout.podspec.json
blob844b66c5cbc68d3ba84be88a54ade6aa393065d7
2   "name": "RTPagedCollectionViewLayout",
3   "version": "0.1.0",
4   "summary": "A paged collection view",
5   "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",
6   "homepage": "https://github.com/rickytan/RTPagedCollectionViewLayout",
7   "license": "MIT",
8   "authors": {
9     "benfen": "benfen@mogujie.com"
10   },
11   "source": {
12     "git": "https://github.com/rickytan/RTPagedCollectionViewLayout.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "RTPagedCollectionViewLayout": [
22       "Pod/Assets/*.png"
23     ]
24   }