| { |
| "name": "LZNPopoverView", |
| "version": "0.1.1", |
| "summary": "一个自定义的 popoverView", |
| "description": "内部的行数、每行的文字,以及popoverView的背景图片可以自定义。遵守LZNPopoverViewDelegate协议以获取点击的indexPath。", |
| "homepage": "https://github.com/963239327/LZNPopoverView", |
| "license": "MIT", |
| "authors": { |
| "linzhennan": "linzn@putao.com" |
| }, |
| "source": { |
| "git": "https://github.com/963239327/LZNPopoverView.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "LZNPopoverView/Classes/**/*", |
| "resource_bundles": { |
| "LZNPopoverView": [ |
| "LZNPopoverView/Assets/*.png" |
| ] |
| } |
| } |