[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / c / 3 / CollectionViewShelfLayout / 0.5.0 / CollectionViewShelfLayout.podspec.json
blob877280d9ad683a298b302b65b2bc2d7c1aceb7cf
2   "name": "CollectionViewShelfLayout",
3   "version": "0.5.0",
4   "summary": "A UICollectionViewLayout subclass displays as rows of items similar to App Store Feature tab without a nested UITable/CollectionView hack.",
5   "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.",
6   "homepage": "https://github.com/pitiphong-p/CollectionViewShelfLayout",
7   "screenshots": "https://s3.amazonaws.com/cocoacontrols_production/uploads/control_image/image/9665/CollectionViewShelfLayout.png",
8   "license": "MIT",
9   "authors": "Pitiphong Phongpattranont",
10   "social_media_url": "http://twitter.com/pitiphong_p",
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/pitiphong-p/CollectionViewShelfLayout.git",
16     "tag": "0.5.0"
17   },
18   "source_files": [
19     "CollectionViewShelfLayout/*.swift"
20   ]