[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / d / 1 / 7 / IBPCollectionViewCompositionalLayout / 0.6.7 / IBPCollectionViewCompositionalLayout.podspec.json
blobeb1acc5a813cc11d1aac47502b4fe5464b421164
2   "name": "IBPCollectionViewCompositionalLayout",
3   "version": "0.6.7",
4   "summary": "Backport of UICollectionViewCompositionalLayout to earlier iOS 12.",
5   "description": "A new UICollectionViewCompositionalLayout class has been added to UIKit to make it incredibly easier to create custom complex collection view layout.\nYou can use new excellent APIs immediately without maintaining two different code bases until iOS 13 would be widely adopted.",
6   "homepage": "https://github.com/kishikawakatsumi/IBPCollectionViewCompositionalLayout",
7   "platforms": {
8     "ios": "10.0"
9   },
10   "source_files": "Sources/**/*.{h,m}",
11   "public_header_files": "Sources/IBPCollectionViewCompositionalLayout/include/*.h",
12   "frameworks": "UIKit",
13   "source": {
14     "git": "https://github.com/kishikawakatsumi/IBPCollectionViewCompositionalLayout.git",
15     "tag": "v0.6.7"
16   },
17   "license": {
18     "type": "MIT",
19     "file": "LICENSE"
20   },
21   "authors": {
22     "Kishikawa Katsumi": "kishikawakatsumi@mac.com"
23   },
24   "social_media_url": "https://twitter.com/k_katsumi"