[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / d / a / DMDynamicWaterfall / 0.1.5 / DMDynamicWaterfall.podspec.json
blobf5ad432f27eee88763e461a6dbeb8d1313b47717
2   "name": "DMDynamicWaterfall",
3   "version": "0.1.5",
4   "summary": "UICollectionView Waterfall Layout with UIKit Dynamics",
5   "description": "                    A demonstration of UICollectionView with waterfall (pinterest like) layout and UIKit Dynamics. Uses tiling in order to maintain high-performance even with ten thousand cells.\n",
6   "homepage": "https://github.com/malcommac/DMDynamicWaterfall",
7   "screenshots": "https://raw2.github.com/malcommac/DMDynamicWaterfall/master/example_movie.gif",
8   "license": "MIT",
9   "authors": {
10     "Daniele Margutti": "me@danielemargutti.com"
11   },
12   "source": {
13     "git": "https://github.com/malcommac/DMDynamicWaterfall.git",
14     "tag": "0.1.5"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Classes/**/*.{h,m}",
21   "ios": {
22     "exclude_files": "Classes/osx"
23   },
24   "osx": {
25     "exclude_files": "Classes/ios"
26   },
27   "public_header_files": "Classes/**/*.h"