[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 2 / c / 8 / OAStackView / 1.0.1 / OAStackView.podspec.json
blobe4566e26452bb8bc6132087394ca77237868a0a0
2   "name": "OAStackView",
3   "version": "1.0.1",
4   "summary": "Porting UIStackView to iOS 7+.",
5   "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+.",
6   "homepage": "https://github.com/oarrabi/OAStackView",
7   "license": "MIT",
8   "authors": {
9     "Omar Abdelhafith": "o.arrabi@me.com"
10   },
11   "source": {
12     "git": "https://github.com/oarrabi/OAStackView.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "OAStackView": [
22       "Pod/Assets/*.png"
23     ]
24   }