| { |
| "name": "SMWaterFlowLayout", |
| "version": "1.0.2", |
| "summary": "SMWaterFlowLayout is a subclass of UICollectionViewFlowLayout, easy to use.", |
| "homepage": "https://github.com/harryzjm/SMWaterFlowLayout", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Hares": "harryzjm@live.com" |
| }, |
| "social_media_url": "https://harryzjm.github.io/", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/harryzjm/SMWaterFlowLayout.git", |
| "tag": "1.0.2" |
| }, |
| "source_files": [ |
| "Source/*.swift", |
| "Source/SMWaterFlowLayout.h" |
| ], |
| "public_header_files": "Source/SMWaterFlowLayout.h", |
| "requires_arc": true, |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "4.0" |
| }, |
| "pushed_with_swift_version": "4.0" |
| } |