[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 7 / b / 8 / ConstraintExpressions / 0.1.0 / ConstraintExpressions.podspec.json
blobdd82954b4ed9df117ad1fa9d20ae49c599654500
2   "name": "ConstraintExpressions",
3   "version": "0.1.0",
4   "homepage": "https://bitbucket.org/foensi/constraint-expressions-ios",
5   "summary": "A DSL to create NSLayoutConstraints in code.",
6   "description": "                   Inspired by http://praeclarum.org/post/45690317491/easy-layout-a-dsl-for-nslayoutconstraint\n",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Markus Gasser": "markus.gasser@konoma.ch"
13   },
14   "source": {
15     "git": "https://github.com/frenetisch-applaudierend/constraint-expressions.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": "Sources/**/*.{h,m}",
22   "public_header_files": "Sources/**/*.h",
23   "requires_arc": true,
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ]