[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 1 / f / VisualAnchors / 1.0.0 / VisualAnchors.podspec.json
blobcb433f0241150edb5df130187bf6ffd1d234a08e
2   "name": "VisualAnchors",
3   "version": "1.0.0",
4   "summary": "An easier way to programmatically use constraints in Swift with iOS8+.",
5   "description": "VisualAnchors is a library that aims to allow developers to programmatically use constraints in an easier way than the officially-documented way.\n\nIt extends UIView by adding an attribute containing the anchors of the view (leading, trailing, top, ...). You just have to assign an anchor to an other following the notation `anchor1 = constant + anchor2 * multiplier`.",
6   "homepage": "https://github.com/Creatiwity/VisualAnchors",
7   "license": "MIT",
8   "authors": {
9     "Julien Blatecky": "julien.blatecky@creatiwity.net"
10   },
11   "source": {
12     "git": "https://github.com/Creatiwity/VisualAnchors.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/CreatiwitySAS",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "VisualAnchors/Classes/**/*",
20   "frameworks": "UIKit"