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