blob: 4ac1b35ccb5b59c1ffee12ad6681b05df8966c42 [file] [log] [blame]
{
"name": "ClingConstraints",
"version": "1.1.3",
"summary": "Library for programmatic constraints in iOS; emphasis on readability",
"description": "A programmatic constraints library for iOS written using Swift 4.2.\nEasily write constraints in code and keep them readable!",
"homepage": "https://github.com/Chris-Perkins/ClingConstraints",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Perkins": "http://ChrisPerkins.me"
},
"social_media_url": "http://ChrisPerkins.me",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Chris-Perkins/ClingConstraints.git",
"tag": "1.1.3"
},
"source_files": "ClingConstraints/Classes/*.{h,m,swift}",
"swift_version": "4.2"
}