blob: 41d65ea9b67b132c1e623cf99c6c8b3914c99874 [file] [log] [blame]
{
"name": "OAStackView",
"version": "0.3.0",
"summary": "Porting UIStackView to iOS 7+.",
"description": "iOS 9 introduced the very cool [UIStackView](https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIStackView_Class_Reference/), UIStackView can be used to easily create simple and complex layouts.\n\nAs expected `UIStackView` can only be used for iOS9 and up. This project tries to port back the stackview to iOS 6+.",
"homepage": "https://github.com/oarrabi/OAStackView",
"license": "MIT",
"authors": {
"Omar Abdelhafith": "o.arrabi@me.com"
},
"source": {
"git": "https://github.com/oarrabi/OAStackView.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"OAStackView": [
"Pod/Assets/*.png"
]
}
}