| { |
| "name": "WDHorizontalTableView", |
| "version": "1.0.0", |
| "summary": "A horizontal tableview used on iOS.", |
| "description": "It is a horizontal tableview used on iOS, which implement by Objective-C.", |
| "homepage": "https://github.com/CoderWD/WDHorizontalTableView", |
| "license": "MIT", |
| "authors": { |
| "何伟东": "654500619@.com" |
| }, |
| "source": { |
| "git": "https://github.com/CoderWD/WDHorizontalTableView.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "WDHorizontalTableView/WDHorizontal*.{h,m}", |
| "frameworks": [ |
| "Foundation", |
| "CoreGraphics", |
| "UIKit", |
| "Security" |
| ], |
| "dependencies": { |
| "WDKit": [ |
| |
| ], |
| "Masonry": [ |
| |
| ] |
| } |
| } |