[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / c / 8 / OAStackView / 0.1.0 / OAStackView.podspec.json
bloba3d13c00c7fc8d81e7dd389a9e2b5c8a0d83857b
2   "name": "OAStackView",
3   "version": "0.1.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\n  As expected `UIStackView` can only be used for iOS9 and up. This project tries to port back the stackview to iOS 6+.\n",
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": "0.1.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   }