blob: a3d13c00c7fc8d81e7dd389a9e2b5c8a0d83857b [file] [log] [blame]
{
"name": "OAStackView",
"version": "0.1.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\n As expected `UIStackView` can only be used for iOS9 and up. This project tries to port back the stackview to iOS 6+.\n",
"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.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"OAStackView": [
"Pod/Assets/*.png"
]
}
}