[Add] CookieOvenWebtoon 3.2.6
[CocoaPods.git] / Specs / d / 4 / f / GWCollectionViewFloatCellLayout / 1.0.1 / GWCollectionViewFloatCellLayout.podspec.json
blob4118a9d9a2c664d818bcdedde3fbfab394510b14
2   "name": "GWCollectionViewFloatCellLayout",
3   "version": "1.0.1",
4   "summary": "Custom layout for a collection view using vertical scrolling with float cell, like UICollectionViewFlowLayout.",
5   "description": "Custom layout for a collection view using vertical scrolling with float cell, like UICollectionViewFlowLayout. Written in Swift.",
6   "homepage": "https://github.com/gewill/GWCollectionViewFloatCellLayout",
7   "screenshots": "https://github.com/gewill/GWCollectionViewFloatCellLayout/raw/master/screencast.gif",
8   "license": "MIT",
9   "authors": {
10     "Ge Will": "531sunlight@gmail.com"
11   },
12   "social_media_url": "https://twitter.com/gewill_org",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/gewill/GWCollectionViewFloatCellLayout.git",
18     "tag": "1.0.1"
19   },
20   "source_files": [
21     "GWCollectionViewFloatCellLayout",
22     "GWCollectionViewFloatCellLayout/**/*.{h,m,swift}"
23   ],
24   "exclude_files": "Classes/Exclude",
25   "public_header_files": "GWCollectionViewFloatCellLayout/GWCollectionViewFloatCellLayout.h",
26   "pod_target_xcconfig": {
27     "SWIFT_VERSION": "3.0"
28   },
29   "pushed_with_swift_version": "3.0"