[Add] HyundaiEV 1.0.7
[CocoaPods.git] / Specs / f / c / 5 / GTEasyLayout / 1.0.1 / GTEasyLayout.podspec.json
blob70d2acfc435c9a9e2006deb303c18aaad7ffa299
2   "name": "GTEasyLayout",
3   "version": "1.0.1",
4   "summary": "Add subviews to views, setup constraints and update them animated with one line of code only!",
5   "description": "GTEasyLayout is a small framework written in Swift which aims to minimise the effort of adding subviews and setting up their constraints when implementing UI in code for iOS apps.",
6   "homepage": "https://github.com/gabrieltheodoropoulos/GTEasyLayout.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gabriel Theodoropoulos": "gabrielth.devel@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/gabtheodor",
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/gabrieltheodoropoulos/GTEasyLayout.git",
20     "tag": "1.0.1"
21   },
22   "source_files": "GTEasyLayout/Source/*.{swift}",
23   "swift_version": "5.0"