[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 5 / a / CHTCollectionViewWaterfallLayout / 0.9.3 / CHTCollectionViewWaterfallLayout.podspec.json
blobe14260093997f4292f9074297c07ba574dcac22b
2   "name": "CHTCollectionViewWaterfallLayout",
3   "version": "0.9.3",
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.3"
14   },
15   "platforms": {
16     "tvos": "9.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "ObjC",
20   "subspecs": [
21     {
22       "name": "ObjC",
23       "platforms": {
24         "ios": "6.0"
25       },
26       "source_files": "*.{h,m}"
27     },
28     {
29       "name": "Swift",
30       "platforms": {
31         "ios": "8.0"
32       },
33       "source_files": "*.swift"
34     }
35   ]