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