-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathCollectionViewShelfLayout.podspec.json
More file actions
21 lines (21 loc) · 1.25 KB
/
CollectionViewShelfLayout.podspec.json
File metadata and controls
21 lines (21 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "CollectionViewShelfLayout",
"version": "0.6.6",
"summary": "A UICollectionViewLayout subclass displays as rows of items similar to App Store Feature tab without a nested UITable/CollectionView hack.",
"description": "A UICollectionViewLayout subclass displays its items as rows of items similar to the App Store Feature tab without a nested UITableView/UICollectionView hack. You can use a single data source for all of your contents. Each section displays its items in a row. CollectionViewShelfLayout supports collection view's header view and footer view similar to table view's tableHeaderView and tableFooterView also sections' header and footer views too.",
"homepage": "https://github.com/pitiphong-p/CollectionViewShelfLayout",
"screenshots": "https://cocoacontrols-production.s3.amazonaws.com/uploads/control_image/image/9666/CollectionViewShelfLayout_small.png",
"license": "MIT",
"authors": "Pitiphong Phongpattranont",
"social_media_url": "http://twitter.com/pitiphong_p",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/pitiphong-p/CollectionViewShelfLayout.git",
"tag": "0.6.6"
},
"source_files": "Sources/CollectionViewShelfLayout/*.swift",
"swift_versions": "5.0",
"swift_version": "5.0"
}