[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 1 / f / VisualAnchors / 2.1.0 / VisualAnchors.podspec.json
blob8fb4e8f0c505eb8ccb8b2b989d6e5c33c8ae6754
2   "name": "VisualAnchors",
3   "version": "2.1.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": "2.1.0"
14   },
15   "social_media_url": "https://twitter.com/CreatiwitySAS",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "VisualAnchors/Classes/*.swift",
20   "frameworks": "UIKit",
21   "pushed_with_swift_version": "3.0"