| { |
| "name": "KRStackView", |
| "version": "0.4.1", |
| "summary": "KRStackView helps arrange subviews, using only a few parameters.", |
| "description": "KRStackView allows users to arrage subviews like `UIStackView`, but supports iOS 8 and under.", |
| "homepage": "https://github.com/BridgeTheGap/KRStackView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Josh Woomin Park": "wmpark@knowre.com" |
| }, |
| "source": { |
| "git": "https://github.com/BridgeTheGap/KRStackView.git", |
| "tag": "0.4.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "KRStackView/Classes/**/*" |
| } |