[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / 0 / a / StackLayout / 1.0.4 / StackLayout.podspec.json
blob90f9bc3ba3cdb8175116e03aee45b209412764c6
2   "name": "StackLayout",
3   "version": "1.0.4",
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.4"
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/**/*"