blob: f57b738acce0a4a794625e6c53f406aaccbe03ae [file] [log] [blame]
{
"name": "BRYXStackView",
"version": "0.1.0",
"summary": "A simplistic implementation of iOS 9's UIStackView, on iOS 7.",
"homepage": "https://github.com/bryx-inc/BRYXStackView",
"license": "MIT",
"authors": {
"Harlan Haskins": "harlan@bryx.com"
},
"source": {
"git": "https://github.com/bryx-inc/BRYXStackView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BRYXStackView": [
"Pod/Assets/*.png"
]
}
}