[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 3 / d / 9 / ConstraintDSL / 0.2.0 / ConstraintDSL.podspec.json
blobcae480d9c491ccef920c63d3902694e8ede6b356
2   "name": "ConstraintDSL",
3   "version": "0.2.0",
4   "summary": "A small DSL library to make the constraints more descriptive",
5   "description": "This is a small library that turns writing constraints into something more descriptive:\njust small equations, as it is in Apple's representation.\n\nSomething like:\n\n    oneView.topConstraint ==== otherView.topConstraint + 16\n    oneView.width ==== (otherView.width * 0.5) - 16",
6   "homepage": "https://bitbucket.org/botros_fadi/ios-constraint-dsl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fadi-botros": "botros_fadi@yahoo.com"
13   },
14   "source": {
15     "git": "https://bitbucket.org/botros_fadi/ios-constraint-dsl.git",
16     "tag": "0.2.0"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "9.3"
21   },
22   "source_files": "ConstraintDSL/Classes/**/*"