[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 5 / a / CHTCollectionViewWaterfallLayout / 0.9.9 / CHTCollectionViewWaterfallLayout.podspec.json
blobdfb782a458b90c8d8276212ad33746f8982766da
2   "name": "CHTCollectionViewWaterfallLayout",
3   "version": "0.9.9",
4   "summary": "The waterfall (i.e., Pinterest-like) layout for UICollectionView.",
5   "homepage": "https://github.com/chiahsien/CHTCollectionViewWaterfallLayout",
6   "screenshots": "https://raw.github.com/chiahsien/UICollectionViewWaterfallLayout/master/Screenshots/2-columns.png",
7   "license": "MIT",
8   "authors": {
9     "Nelson": "chiahsien@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/chiahsien/CHTCollectionViewWaterfallLayout.git",
13     "tag": "0.9.9"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "9.0",
18     "tvos": "9.0"
19   },
20   "default_subspecs": "Swift",
21   "swift_versions": "4.2",
22   "subspecs": [
23     {
24       "name": "ObjC",
25       "platforms": {
26         "ios": "9.0"
27       },
28       "source_files": "Source/*.{h,m}"
29     },
30     {
31       "name": "Swift",
32       "platforms": {
33         "ios": "9.0"
34       },
35       "source_files": "Source/*.swift"
36     }
37   ],
38   "swift_version": "4.2"