[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / c / f / LayoutEngine / 0.0.1 / LayoutEngine.podspec.json
blob6995efe7a50a33fb2f6ba8a258d3da974c2a9634
2   "name": "LayoutEngine",
3   "version": "0.0.1",
4   "summary": "Manually calculate frames for views stacked on top of each-other",
5   "description": "LayoutEngine is a tiny framework that allows you to declarativly define how views should be stacked on top of each-other and manually update their frame. Ideal when auto-layout is not performant enough.",
6   "homepage": "https://github.com/rechsteiner/LayoutEngine",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Martin Rechsteiner",
12   "social_media_url": "http://twitter.com/rechsteiner",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/rechsteiner/LayoutEngine.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "LayoutEngine/*.swift",
21   "requires_arc": true