[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 0 / a / ReadableConstraints / 1.0.0 / ReadableConstraints.podspec.json
blobd3ebbde3f6e3a15ff7299b5d9bbedef43bff47aa
2   "name": "ReadableConstraints",
3   "version": "1.0.0",
4   "summary": "A swift 2.0 library that makes it easier to write constraints using iOS9+ constraint system",
5   "description": "ReadableConstraints aims to be a less cryptic, easy-to-read constraint system\nthat wraps the iOS9 constraint calls.  Instead of having to dedicate an entire\nline to a constraint, simply write `ctr1.isLeftOf(ctr1.BY, 10).isAbove(.BY,10)`",
6   "homepage": "https://github.com/steve-cuzzort/ReadableConstraints",
7   "license": "MIT",
8   "authors": {
9     "Steve Cuzzort": "stephen.cuzzort@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/steve-cuzzort/ReadableConstraints.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "ReadableConstraints": [
22       "Pod/Assets/*.png"
23     ]
24   }