[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / f / 6 / 5 / DeclarativeLayout / 0.6.0 / DeclarativeLayout.podspec.json
blobc01e011a73a35dc94a36abf2ac98bc1e421361a6
2   "name": "DeclarativeLayout",
3   "version": "0.6.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* 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.6.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "DeclarativeLayout/Classes/**/*",
22   "frameworks": "UIKit"