[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / e / c / CJWaterfallLayout / 1.0.1 / CJWaterfallLayout.podspec.json
blob6ce9b4ad62442688734f3292582cd464042ce5e2
2   "name": "CJWaterfallLayout",
3   "version": "1.0.1",
4   "summary": "A custom UICollectionViewLayout. It achieves the waterfall layout.",
5   "description": "A custom UICollectionViewLayout that achieves the waterfall layout.",
6   "homepage": "https://github.com/jie-cao/CJWaterfallLayout",
7   "license": "MIT",
8   "authors": {
9     "Jie": "jie_cao@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jie-cao/CJWaterfallLayout.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "CJWaterfallLayout/*",
20   "public_header_files": "CJWaterfallLayout/*.h",
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ]