[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 1 / b / ZLBalancedFlowLayout / 0.0.3 / ZLBalancedFlowLayout.podspec.json
blob42dc13ff42ee7831a2b9320df50268997d21e24b
2   "name": "ZLBalancedFlowLayout",
3   "version": "0.0.3",
4   "summary": "A UICollectionViewFlowLayout subclass that scales items to take up space, optimized for large item set, inspired by NHBalancedFlowLayout.",
5   "homepage": "https://github.com/zhxnlai/ZLBalancedFlowLayout",
6   "screenshots": [
7     "https://raw.githubusercontent.com/zhxnlai/ZLBalancedFlowLayout/master/Previews/vertical.png",
8     "https://raw.githubusercontent.com/zhxnlai/ZLBalancedFlowLayout/master/Previews/horizontalLandscape.png"
9   ],
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Zhixuan Lai": "zhxnlai@gmail.com"
16   },
17   "social_media_url": "http://twitter.com/ZhixuanLai",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source": {
22     "git": "https://github.com/zhxnlai/ZLBalancedFlowLayout.git",
23     "tag": "0.0.3"
24   },
25   "source_files": "ZLBalancedFlowLayout/*.swift",
26   "frameworks": "UIKit",
27   "requires_arc": true