[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / d / 0 / XCECollectionView / 1.0.2 / XCECollectionView.podspec.json
blobbcb0c2ef11acd9873ca1532f2cd323564d973101
2   "name": "XCECollectionView",
3   "summary": "UICollectionView wrapped in a container with dedicated (customizable) views for \"Empty\" and \"Failure\" states.",
4   "version": "1.0.2",
5   "homepage": "https://XCEssentials.github.io/CollectionView",
6   "source": {
7     "git": "https://github.com/XCEssentials/CollectionView.git",
8     "tag": "1.0.2"
9   },
10   "source_files": "Sources/**/*.swift",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "requires_arc": true,
15   "frameworks": "UIKit",
16   "dependencies": {
17     "SnapKit": [
18       "~> 3.2"
19     ]
20   },
21   "license": {
22     "type": "MIT",
23     "file": "LICENSE"
24   },
25   "authors": {
26     "Maxim Khatskevich": "maxim@khatskevi.ch"
27   },
28   "pushed_with_swift_version": "3.1"