[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / c / 6 / AutoLayoutSwift / 3.2 / AutoLayoutSwift.podspec.json
blob7549fbd25dec0130785bf1e9b972f0151591ddfa
2   "name": "AutoLayoutSwift",
3   "version": "3.2",
4   "summary": "The library provides an easy approach to auto layout features programmatically.",
5   "description": "Written in Swift 5.0 and useful for iOS versions later than 9.0, the library provides an easy approach to auto layout features programmatically.\nProvides functions for setting top, left, right, bottom, trailing, leading, width, and height constraints.\nProvides functions for removing (deactivating) currently set constraints (either by code, or storyboard)",
6   "homepage": "https://github.com/Hassaniiii/AutoLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Hassan Shahbazi": "h-shahbazi@hotmail.com"
13   },
14   "social_media_url": "https://www.linkedin.com/in/hassanshahbazi/",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/Hassaniiii/AutoLayout.git",
20     "tag": "3.2"
21   },
22   "subspecs": [
23     {
24       "name": "AutoLayout",
25       "source_files": "AutoLayout/**/*.{swift}"
26     }
27   ]