[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / c / 8 / OAStackView / 1.0.0 / OAStackView.podspec.json
blobe250b0fdc052ccfadde834e2e8baecb48e33b6ec
2   "name": "OAStackView",
3   "version": "1.0.0",
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.0"
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   }