| { |
| "name": "QSWaterFlowView", |
| "version": "1.0.0", |
| "summary": "Swift自定义CollectionViewLayout实现瀑布流", |
| "description": "A longer description of QSWaterFlowView in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!", |
| "homepage": "https://github.com/zhangping19880920/QSWaterFlowView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "zhangping19880920": "136666258@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/zhangping19880920/QSWaterFlowView.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "Classes", |
| "QSWaterFlowViewFramework/Source/*.swift" |
| ], |
| "frameworks": "UIKit", |
| "requires_arc": true |
| } |