[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / d / 9 / ConstraintDSL / 0.1.0 / ConstraintDSL.podspec.json
blob8f09893ca3d84013c550fcc0487f94f43ddd0fbc
2   "name": "ConstraintDSL",
3   "version": "0.1.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.1.0"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "9.3"
21   },
22   "source_files": "ConstraintDSL/Classes/**/*"