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