[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / f / 6 / 5 / DeclarativeLayout / 0.3.0 / DeclarativeLayout.podspec.json
blob38e510b4c19a8aed23c2ac1420f62d43b77367ba
2   "name": "DeclarativeLayout",
3   "version": "0.3.0",
4   "summary": "A declarative, expressive and efficient way to lay out your views.",
5   "description": "* Declarative - Tell the framework what the layout of your views should be and let the framework intelligently add/modify/remove constraints and views for you.\n* Expressive - Let your code visually express the hierarchy of your views.\n* Fast - The example below, running on an iPhone X will update the layout in under 3 milliseconds.\n* Flexible - Write the same constraints you already do, using whatever autolayout constraint DSL you prefer.\n* Small - Small and readable Swift 4 codebase.",
6   "homepage": "https://github.com/HotCocoaTouch/DeclarativeLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HotCocoaTouch": "srscottrobbins@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hotcocoatouch/DeclarativeLayout.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "DeclarativeLayout/Classes/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "4.0"