[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 0 / a / StackLayout / 1.0.6 / StackLayout.podspec.json
blobbf9e83710b520d57417f8121a1aa44617e7b6899
2   "name": "StackLayout",
3   "version": "1.0.6",
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": "1.0.6"
14   },
15   "social_media_url": "https://twitter.com/bridgermax",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "static_framework": true,
21   "source_files": "Pod/StackLayout/**/*"