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