[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / e / 5 / SeparatorCollectionViewFlowLayout / 1.0.4 / SeparatorCollectionViewFlowLayout.podspec.json
blob3e8b038f272593e3b04d65320a13ad70902d8363
2   "name": "SeparatorCollectionViewFlowLayout",
3   "version": "1.0.4",
4   "summary": "A UICollectionViewFlowLayout implementation to allow separators between cells",
5   "description": "A UICollectionViewFlowLayout implementation to allow separators between cells\nwith a custom separator color and width.\nInstructions on how to use it are in\n[the README](https://github.com/ivanbruel/SeparatorCollectionViewFlowLayout).",
6   "homepage": "https://github.com/ivanbruel/SeparatorCollectionViewFlowLayout",
7   "license": {
8     "type": "MIT",
9     "file": "License"
10   },
11   "authors": {
12     "Ivan Bruel": "ivan.bruel@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/ivanbruel",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/ivanbruel/SeparatorCollectionViewFlowLayout.git",
20     "tag": "1.0.4"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Source/*.swift",
27       "frameworks": "UIKit"
28     }
29   ]