blob: c49da548027b8153c9a5a37ff6835f5286776ca5 [file] [log] [blame]
{
"name": "Constrainter",
"version": "1.0.0",
"summary": "A handy tool for setting constraints and designing view with code easily",
"homepage": "https://github.com/aarashgoodarzi/constrainter",
"license": "MIT",
"authors": {
"Arash Goodarzi": "aarash.goodarzi@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/aarashgoodarzi/constrainter.git",
"tag": "1.0.0"
},
"source_files": "constrainter/**/*.{h,m,swift}",
"frameworks": "UIKit",
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.2",
"5.3"
],
"swift_version": "5.3"
}