[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / d / 1 / b / ZLBalancedFlowLayout / 0.0.1 / ZLBalancedFlowLayout.podspec.json
blobdfdfb4f61f90f22260206f939c576696207cbc67
2   "name": "ZLBalancedFlowLayout",
3   "version": "0.0.1",
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.1"
24   },
25   "source_files": "ZLBalancedFlowLayout/*.swift",
26   "frameworks": "UIKit",
27   "requires_arc": true