[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 9 / 0 / a / StackLayout / 0.9.0 / StackLayout.podspec.json
blobe4900c0170c981a2212b753ceaed78bd428bd81b
2   "name": "StackLayout",
3   "version": "0.9.0",
4   "summary": "An more flexible alternative to UIStackView.",
5   "description": "Create Auto Layout constraints to layout views in stack. Alternative to UIStackView which supports multiple different layouts in a single view. Also includes helpful shortcuts for creating NSLayoutConstraints.",
6   "homepage": "https://github.com/bridger/StackLayout",
7   "license": "MIT",
8   "authors": {
9     "Bridger Maxwell": "bridger.maxwell@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/bridger/StackLayout.git",
13     "tag": "0.9.0"
14   },
15   "social_media_url": "https://twitter.com/bridgermax",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/StackLayout/**/*",
21   "resource_bundles": {
22     "StackLayout": [
23       "Pod/Assets/*.png"
24     ]
25   }