[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / f / a / 5 / ExpressConstraints / 1.0.0 / ExpressConstraints.podspec.json
bloba1f3313659a2185f228b74354d244b95514af7e7
2   "name": "ExpressConstraints",
3   "version": "1.0.0",
4   "summary": "Lightweight layout framework for Swift and Objective-C.",
5   "homepage": "https://github.com/erlswtshrt/ExpressConstraints",
6   "description": "Express Constraints is a lightweight layout / constraint framework for Swift and Objective-C. In other words, a programatic alternative to the Storyboard! The implementation is a thin wrapper on NSConstraints offered as a UIView extension.",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "John Earle": "johnearle01@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/mangomoscato",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/erlswtshrt/ExpressConstraints.git",
20     "tag": "v1.0.0"
21   },
22   "source_files": "ExpressConstraints/UIView+ExpressConstraints.swift",
23   "swift_version": "3.2"