[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / f / c / 6 / AutoLayoutSwift / 2.1 / AutoLayoutSwift.podspec.json
blob704d2ea7bdea023d76f1eb4b75a5fed32b960d2c
2   "name": "AutoLayoutSwift",
3   "version": "2.1",
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": "2.1"
21   },
22   "subspecs": [
23     {
24       "name": "AutoLayout",
25       "source_files": "AutoLayout/**/*.{swift}"
26     }
27   ]