[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / f / 6 / 5 / DeclarativeLayout / 0.5.0 / DeclarativeLayout.podspec.json
blobc17fe3c94fb24b6db9de585ae6c6dfccdaa8df99
2   "name": "DeclarativeLayout",
3   "version": "0.5.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.5.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "DeclarativeLayout/Classes/**/*",
22   "frameworks": "UIKit"