blob: 620e64b1791328ddfbc911ab8212723c271c7c51 [file] [log] [blame]
{
"name": "GZStackView",
"module_name": "GZStackView",
"version": "1.0.4",
"summary": "Protocol oriented approach of creating fully featured StackViewController in Swift3",
"description": "UIKit has UITableViewController for UITableView, as well as having UICollectionViewController for UICollectionView.\nSo why not having a UIStackViewController for UIStackView?",
"homepage": "https://github.com/genozhou/GZStackView",
"license": "MIT",
"authors": {
"Hanxuan Zhou (Geno)": "genozhou@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/genozhou/GZStackView.git",
"tag": "1.0.4"
},
"source_files": "GZStackView/**",
"frameworks": "UIKit"
}