[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / c / 6 / AutoLayoutSwift / 3.0 / AutoLayoutSwift.podspec.json
blob001d0bdaaa53b24ee58f9cabe5d07c51664b5795
2   "name": "AutoLayoutSwift",
3   "version": "3.0",
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 constrainsts.\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.0"
21   },
22   "subspecs": [
23     {
24       "name": "AutoLayout",
25       "source_files": "AutoLayout/**/*.{swift}"
26     }
27   ]