[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / e / 5 / SeparatorCollectionViewFlowLayout / 1.1 / SeparatorCollectionViewFlowLayout.podspec.json
blobcfc6c2a6b1a9c61397ab3f854556c29712011138
2   "name": "SeparatorCollectionViewFlowLayout",
3   "version": "1.1",
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.1"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Source/*.swift",
27       "frameworks": "UIKit",
28       "dependencies": {
29         "UICollectionViewLeftAlignedLayout": [
30           "~> 1.0.1"
31         ]
32       }
33     }
34   ]