[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 7 / 9 / RTPagedCollectionViewLayout / 0.1.1 / RTPagedCollectionViewLayout.podspec.json
blob850a95fc5a7e247a274aa347ed0792496ba8f2b7
2   "name": "RTPagedCollectionViewLayout",
3   "version": "0.1.1",
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.1"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "public_header_files": "Pod/Classes/**/*.h",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ]