| { | |
| "name": "TZStackView", | |
| "version": "1.1.0", | |
| "summary": "TZStackView is a replica of iOS 9's new UIStackView for use in iOS 7 and iOS 8", | |
| "homepage": "https://github.com/tomvanzummeren/TZStackView.git", | |
| "license": { | |
| "type": "MIT" | |
| }, | |
| "authors": { | |
| "tomvanzummeren": "tom.van.zummeren@gmail.com" | |
| }, | |
| "requires_arc": true, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/tomvanzummeren/TZStackView.git", | |
| "tag": "1.1.0" | |
| }, | |
| "source_files": "TZStackView/Framework/*.swift" | |
| } |